remove build test off

This commit is contained in:
Aaron Kimbrell 2024-04-24 10:00:37 -05:00 committed by GitHub
parent 63f9a9f9d4
commit 29e759f793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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