Skip to content

Commit

Permalink
Merge pull request #22 from 5cript/feat/update-nlohmann
Browse files Browse the repository at this point in the history
Update nlohmann json
  • Loading branch information
5cript authored Jul 7, 2024
2 parents 45230b4 + 13ad88b commit 242e896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/nlohmann_json.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
option(ROAR_EXTERNAL_NLOHMANN_JSON "Use an external nlohmann_json library (provide it manually)" OFF)
set(ROAR_NLOHMANN_JSON_GIT_REPOSITORY "https://github.com/nlohmann/json.git" CACHE STRING "The URL from which to clone the nlohmann_json repository")
set(ROAR_NLOHMANN_JSON_GIT_TAG "9dfa7226693012ed5bcf5ab3bc5d8e69d58006ab" CACHE STRING "The git tag or commit hash to checkout from the nlohmann_json repository")
set(ROAR_NLOHMANN_JSON_GIT_TAG "8c391e04fe4195d8be862c97f38cfe10e2a3472e" CACHE STRING "The git tag or commit hash to checkout from the nlohmann_json repository")

if (ROAR_EXTERNAL_NLOHMANN_JSON)
else()
Expand Down

0 comments on commit 242e896

Please sign in to comment.