Bump CMake policy version to avoid deprecation warning
Starting with CMake 3.27, there will be a warning for compat levels below CMake 3.5.
This commit is contained in:
parent
69098a18b9
commit
d40513ada5
@ -1,5 +1,5 @@
|
|||||||
cmake_policy(PUSH)
|
cmake_policy(PUSH)
|
||||||
cmake_policy(VERSION 3.0)
|
cmake_policy(VERSION 3.0...3.26)
|
||||||
|
|
||||||
@PACKAGE_INIT@
|
@PACKAGE_INIT@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user