Commit 87576c4
committed
Fix CMake 4.0 compatibility in jsoncppConfig.cmake.in (#1671)
CMake 4.0 has removed compatibility with policy versions below 3.5.
This change updates the minimum policy version from 3.0 to 3.5 in
`jsoncppConfig.cmake.in` to prevent a fatal configuration error when
downstream projects use `find_package(jsoncpp)` with CMake 4.0+.1 parent 19a794d commit 87576c4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments