diff --git a/cmake/FindJSON.cmake b/cmake/FindJSON.cmake index 2d32a4db..291ebcd3 100644 --- a/cmake/FindJSON.cmake +++ b/cmake/FindJSON.cmake @@ -10,7 +10,6 @@ FetchContent_Declare( FetchContent_GetProperties(json) if(NOT json_POPULATED) - set(JSON_BuildTests OFF CACHE INTERNAL "") FetchContent_Populate(json) add_subdirectory(${json_SOURCE_DIR} ${json_BINARY_DIR} EXCLUDE_FROM_ALL) endif()