We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99ac34d + ef08771 commit 4315709Copy full SHA for 4315709
2 files changed
CMakeLists.txt
@@ -12,7 +12,7 @@
12
# CMake versions greater than the JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION policies will
13
# continue to generate policy warnings "CMake Warning (dev)...Policy CMP0XXX is not set:"
14
#
15
-set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
+set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.10.0")
16
set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
17
cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
18
if("${CMAKE_VERSION}" VERSION_LESS "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")
version.in
@@ -1 +1 @@
1
-@JSONCPP_VERSION@
+@jsoncpp_VERSION@
0 commit comments