Files
hopf-fibration/External/json.cmake
2022-03-27 17:08:44 -04:00

8 lines
194 B
CMake

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