We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad10fab commit 3a5d4ffCopy full SHA for 3a5d4ff
CMakeLists.txt
@@ -14,7 +14,7 @@
14
#
15
set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
16
set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
17
-cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
+cmake_minimum_required(VERSION 3.18.0)
18
if("${CMAKE_VERSION}" VERSION_LESS "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")
19
#Set and use the newest available cmake policies that are validated to work
20
set(JSONCPP_CMAKE_POLICY_VERSION "${CMAKE_VERSION}")
0 commit comments