Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-03-25 13:24:27 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-03-25 13:24:27 +0300
commit23e8dbabfe575d10052cf4cc32d1329afaf31904 (patch)
tree67d73ecd9f968bed9f6e6b673586685d84324127 /.ci.cmake
parent3610f3d37a9ed0e47d63f4dd3a8ca332de478785 (diff)
typo
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 9b8e5fc5..094f102e 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -21,7 +21,7 @@ if(NOT CTEST_DISABLE_TESTING)
if(WIN32)
# Appveyor's Windows version doesn't permit unprivileged creation of symbolic links
ctest_test(RETURN_VALUE retval EXCLUDE "shared_fs_mutex|symlink")
- else("$ENV{CXX}" MATCHES "clang")
+ elseif("$ENV{CXX}" MATCHES "clang")
# clang 10 with libc++ in C++ 20 currently segfaults
ctest_test(RETURN_VALUE retval EXCLUDE "shared_fs_mutex|llfio_hl--coroutines")
else()