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>2018-02-01 12:51:07 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com <spamtrap@nedprod.com>2018-02-01 12:51:07 +0300
commitbb31a246e0ee748d2379be0159d657c5f7792cbb (patch)
treef3683fe0d43759cf57f3e39242f2efa01cb95c1b /.ci.cmake
parent9029010705b5ac83ad73ce81e8a948de6fcd10ab (diff)
More OS X build fixes
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 6987147d..28f3baee 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -12,7 +12,7 @@ set(CTEST_GIT_COMMAND "${GIT_EXECUTABLE}")
ctest_start("Experimental")
ctest_update()
-ctest_configure()
+ctest_configure(OPTIONS ${CTEST_CONFIGURE_OPTIONS})
ctest_build(TARGET _dl)
ctest_build(TARGET _sl)
ctest_test(RETURN_VALUE retval EXCLUDE "afio_hl|shared_fs_mutex")