Skip to content

Commit

Permalink
Merge pull request #13 from noahrav/detached
Browse files Browse the repository at this point in the history
Detached
  • Loading branch information
noahrav authored May 13, 2024
2 parents 6998ae3 + 39fc3d4 commit 188fad8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(FetchContent)

set(LIBLCF_VERSION 0.8)
set(PISTACHE_VERSION 0.0.5)
set(RAPIDJSON_VERSION 1.1.0)
set(RAPIDJSON_LAST_MASTER_COMMIT ab1842a2dae061284c0a62dca1cc6d5e7e37e346)

find_package(liblcf)

Expand All @@ -27,7 +27,8 @@ endif()

FetchContent_Declare(
rapidjson
URL "https://github.com/Tencent/rapidjson/archive/v${RAPIDJSON_VERSION}.zip"
GIT_REPOSITORY "https://github.com/Tencent/rapidjson.git"
GIT_TAG "${RAPIDJSON_LAST_MASTER_COMMIT}" # Last commit on master. Replace with "master" to get the latest version.
)

FetchContent_MakeAvailable(rapidjson)

0 comments on commit 188fad8

Please sign in to comment.