Skip to content

Commit d39b0df

Browse files
roehlingbaylesj
andauthored
Bump CMake policy version to avoid deprecation warning (#1499)
Starting with CMake 3.27, there will be a warning for compat levels below CMake 3.5. Co-authored-by: Jordan Bayles <[email protected]>
1 parent fd1abe4 commit d39b0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsoncppConfig.cmake.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_policy(PUSH)
2-
cmake_policy(VERSION 3.0)
2+
cmake_policy(VERSION 3.0...3.26)
33

44
@PACKAGE_INIT@
55

0 commit comments

Comments
 (0)