We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0556df6 commit 6394ae5Copy full SHA for 6394ae5
CMakeLists.txt
@@ -734,10 +734,7 @@ target_link_libraries (noggit
734
735
if (NOGGIT_WITH_SCRIPTING)
736
# Dependency: json.hpp
737
- FetchContent_Declare (json
738
- GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent
739
- GIT_TAG v3.11.2
740
- )
+ FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
741
FetchContent_GetProperties (json)
742
if (NOT json_POPULATED)
743
message (STATUS "Installing json.hpp...")
0 commit comments