Skip to content

Commit

Permalink
chore: bump rapidjson
Browse files Browse the repository at this point in the history
Also do not install pkgconfig file.
  • Loading branch information
thewtex committed Apr 13, 2024
1 parent 4c5962c commit 4f95f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif()

# Uses newer CMake
set(RapidJSON_GIT_REPOSITORY "https://github.com/thewtex/rapidjson.git")
set(RapidJSON_GIT_TAG "0f4a1318287791446652209ab94edeef5a8b68b9")
set(RapidJSON_GIT_TAG "3c70d501767f5cb37bf0ccaff0f784ddd0961752")
set(RAPIDJSON_BUILD_CXX17 ON)
set(RAPIDJSON_BUILD_DOC OFF)
set(RAPIDJSON_BUILD_EXAMPLES OFF)
Expand Down

0 comments on commit 4f95f67

Please sign in to comment.