Files
toddcox-visualize/External/json.cmake
2022-09-13 14:36:35 -04:00

9 lines
216 B
CMake

FetchContent_Declare(
json
GIT_REPOSITORY https://github.com/nlohmann/json.git
GIT_TAG v3.10.5
GIT_PROGRESS TRUE
)
SET(JSON_ImplicitConversions OFF CACHE INTERNAL "")
FetchContent_MakeAvailable(json)