Skip to content

Commit 729a2b9

Browse files
committed
build.ctest: quote BUILD_EXTRA_FLAGS
1 parent f91fdd5 commit 729a2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/ctest/build.ctest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ endif()
195195
message(STATUS "Building...")
196196
ctest_build(
197197
CONFIGURATION "${_CTEST_BUILD_CONFIGURATION}"
198-
FLAGS ${BUILD_EXTRA_FLAGS}
198+
FLAGS "${BUILD_EXTRA_FLAGS}"
199199
NUMBER_ERRORS _NB_BUILD_ERRORS
200200
)
201201
if(_NB_BUILD_ERRORS)

0 commit comments

Comments
 (0)