Skip to content

Commit 4315709

Browse files
authored
Merge branch 'master' into fix/cmake-dll-build-scope
2 parents 99ac34d + ef08771 commit 4315709

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.8.0")
15+
set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.10.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}")

version.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@JSONCPP_VERSION@
1+
@jsoncpp_VERSION@

0 commit comments

Comments
 (0)