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:
Timo Röhling 2023-07-09 23:28:12 +02:00
parent 69098a18b9
commit d40513ada5

View File

@ -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@