Skip to content

Commit 3a5d4ff

Browse files
committed
bump declared min CMake version
1 parent ad10fab commit 3a5d4ff

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
@@ -14,7 +14,7 @@
1414
#
1515
set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
1616
set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
17-
cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
17+
cmake_minimum_required(VERSION 3.18.0)
1818
if("${CMAKE_VERSION}" VERSION_LESS "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")
1919
#Set and use the newest available cmake policies that are validated to work
2020
set(JSONCPP_CMAKE_POLICY_VERSION "${CMAKE_VERSION}")

0 commit comments

Comments
 (0)