diff --git a/gempyrelib/CMakeLists.txt b/gempyrelib/CMakeLists.txt index 6b90fe4f..c403c92e 100644 --- a/gempyrelib/CMakeLists.txt +++ b/gempyrelib/CMakeLists.txt @@ -129,6 +129,7 @@ endif() set(JSON_BuildTests OFF) +set(JSON_Install OFF) FetchContent_Declare(libjson GIT_REPOSITORY https://github.com/nlohmann/json.git GIT_TAG ${LIB_JSON_VER}