-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rapidjson dependency to latest verrsion compatible with our fi…
…nding, and apply a patch to fix cmake deprecation
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
cmake/dependencies/patches/rapidjson-cmake-3.5-deprecation.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/RapidJSONConfig.cmake.in b/RapidJSONConfig.cmake.in | ||
index c25d3125..2e49514b 100644 | ||
--- a/RapidJSONConfig.cmake.in | ||
+++ b/RapidJSONConfig.cmake.in | ||
@@ -1,6 +1,6 @@ | ||
################################################################################ | ||
# CMake minimum version required | ||
-cmake_minimum_required(VERSION 3.0) | ||
+cmake_minimum_required(VERSION 3.5) | ||
|
||
################################################################################ | ||
# RapidJSON source dir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters