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 <bayles.jordan@gmail.com>
This commit is contained in:
Timo Röhling 2024-09-10 03:42:54 +02:00 committed by GitHub
parent fd1abe4cca
commit d39b0dff0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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@