4 lines
136 B
CMake
4 lines
136 B
CMake
if(NOT KIMA2_USE_EXTERNAL_JSON)
|
|
set(JSON_BuildTests OFF CACHE INTERNAL "")
|
|
add_subdirectory(nlohmann_json EXCLUDE_FROM_ALL)
|
|
endif()
|