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

github.com/ned14/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>2019-10-09 00:49:35 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-10-09 00:49:35 +0300
commit1b5c3be5708411ac3f3a9d967b8a72175343242b (patch)
treefd326f3495bae02f3a836ef0e3368ef6e4ed56dd /.ci.cmake
parent753d7b1e90b433c135d96a9c3d94642f7148ca09 (diff)
Try instead putting a ; in the ci script.
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 d5ed9908..a6e3c82b 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -12,7 +12,7 @@ set(CTEST_GIT_COMMAND "${GIT_EXECUTABLE}")
ctest_start("Experimental")
ctest_update()
-ctest_configure(OPTIONS -DCMAKE_BUILD_TYPE=${CTEST_CONFIGURATION_TYPE} ${CTEST_CONFIGURE_OPTIONS})
+ctest_configure(OPTIONS -DCMAKE_BUILD_TYPE=${CTEST_CONFIGURATION_TYPE};${CTEST_CONFIGURE_OPTIONS})
ctest_build(TARGET _dl)
ctest_build(TARGET _sl)
set(retval 0)