Commit e22531fa authored by ArthurSonzogni's avatar ArthurSonzogni
Browse files
parent 771312f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ You can depends on it using:
include(FetchContent)

FetchContent_Declare(json
  GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json
  GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent
  GIT_TAG v3.8.0)

FetchContent_GetProperties(json)