mirror of
https://github.com/nlohmann/json.git
synced 2025-06-07 19:42:48 +08:00
Update cmake/ci.cmake
Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com> Signed-off-by: Miko <110693261+mikomikotaishi@users.noreply.github.com>
This commit is contained in:
parent
fedbfa21b9
commit
a56e9d2700
@ -666,7 +666,7 @@ add_custom_target(ci_cuda_example
|
||||
add_custom_target(ci_module_cpp20
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
-DCMAKE_BUILD_TYPE=Debug -GNinja
|
||||
-DJSON_CI=On -DNLOHMANN_JSON_BUILD_MODULES=ON -DJSON_Install=ON
|
||||
-DJSON_CI=ON -DNLOHMANN_JSON_BUILD_MODULES=ON -DJSON_Install=ON
|
||||
-S${PROJECT_SOURCE_DIR}/tests/module_cpp20 -B${PROJECT_BINARY_DIR}/ci_module_cpp20
|
||||
COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/ci_module_cpp20
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user