We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756fa6b commit 2544715Copy full SHA for 2544715
CMakeLists.txt
@@ -19,6 +19,7 @@ find_package(nlohmann_json)
19
if(NOT nlohmann_json_FOUND)
20
message(STATUS "nlohmann_json not found on system, fetching from GitHub")
21
22
+ include(FetchContent)
23
FetchContent_Declare(
24
nlohmann_json
25
GIT_REPOSITORY https://github.com/nlohmann/json
0 commit comments