Skip to content

Commit f8db40f

Browse files
committed
Update minimum CMake version requirement
1 parent 44bc38f commit f8db40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# CMake versions greater than the JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION policies will
1313
# continue to generate policy warnings "CMake Warning (dev)...Policy CMP0XXX is not set:"
1414
#
15-
set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.1.0")
15+
set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
1616
set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
1717
cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
1818
if("${CMAKE_VERSION}" VERSION_LESS "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")

0 commit comments

Comments
 (0)