do not install nlohmann_json
This commit is contained in:
parent
05bd5cb2f8
commit
8e545e5c5d
1 changed files with 1 additions and 1 deletions
2
3rdparty/CMakeLists.txt
vendored
2
3rdparty/CMakeLists.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
if(NOT KIMA2_USE_EXTERNAL_JSON)
|
||||
set(JSON_BuildTests OFF CACHE INTERNAL "")
|
||||
add_subdirectory(nlohmann_json)
|
||||
add_subdirectory(nlohmann_json EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue