From a03c3bcf558b00183131f9afa9223b348776c82f Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 10 Nov 2020 20:36:16 +0000 Subject: again --- .ci.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci.cmake') diff --git a/.ci.cmake b/.ci.cmake index a631d181..64c9a04a 100644 --- a/.ci.cmake +++ b/.ci.cmake @@ -13,7 +13,7 @@ set(CTEST_GIT_COMMAND "${GIT_EXECUTABLE}") ctest_start("Experimental") ctest_update() message(STATUS "NOTE: CTEST_CONFIGURE_OPTIONS are '${CTEST_CONFIGURE_OPTIONS}'") -ctest_configure(OPTIONS "${CTEST_CONFIGURE_OPTIONS}") +ctest_configure(OPTIONS ${CTEST_CONFIGURE_OPTIONS}) ctest_build(TARGET _hl) ctest_build(TARGET _dl) ctest_build(TARGET _sl) -- cgit v1.2.3