From 8e545e5c5d35b22c216e275db5603f8a7ab528c1 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Fri, 19 Oct 2018 12:34:48 +0200 Subject: [PATCH] do not install nlohmann_json --- 3rdparty/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index 6b4425b..ad35ca6 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -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()