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 44bc38f commit f8db40fCopy full SHA for f8db40f
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.1.0")
+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})
18
if("${CMAKE_VERSION}" VERSION_LESS "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")
0 commit comments