Skip to content

Commit

Permalink
pin fixed json version
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Sep 9, 2024
1 parent 95e6134 commit b4bcb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/extlib_json.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include(ExternalProject)
include(CMakeParseArguments)

set(JSON_URL https://github.com/nlohmann/json.git)
#set(JSON_TAG v3.10.5)
set(JSON_TAG v3.11.3)

ExternalProject_Add(extlib_json
PREFIX extlib_json

GIT_REPOSITORY ${JSON_URL}
#GIT_TAG ${JSON_TAG}
GIT_TAG ${JSON_TAG}

UPDATE_COMMAND ""
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit b4bcb09

Please sign in to comment.