Skip to content

Commit 954b10a

Browse files
authored
CI: fix "JSON_MultipleHeaders" option spelling (#3555)
1 parent 39e2768 commit 954b10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ci.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ add_custom_target(ci_test_amalgamation
595595
add_custom_target(ci_test_single_header
596596
COMMAND CXX=${GCC_TOOL} CXXFLAGS="${GCC_CXXFLAGS}" ${CMAKE_COMMAND}
597597
-DCMAKE_BUILD_TYPE=Debug -GNinja
598-
-DJSON_BuildTests=ON -DJSON_MultipleHeader=OFF -DJSON_FastTests=ON
598+
-DJSON_BuildTests=ON -DJSON_MultipleHeaders=OFF -DJSON_FastTests=ON
599599
-S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_single_header
600600
COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_single_header
601601
COMMAND cd ${PROJECT_BINARY_DIR}/build_single_header && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure

0 commit comments

Comments
 (0)