do not install nlohmann_json

This commit is contained in:
Martin Brodbeck 2018-10-19 12:34:48 +02:00
parent 05bd5cb2f8
commit 8e545e5c5d
1 changed files with 1 additions and 1 deletions

View File

@ -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()