1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 20:46:37 +08:00

export: Increase maximum policy version in exported files to 3.29

The files generated by `install(EXPORT)`, `export()`, and
`install_jar_exports()` commands are known to work with policies
as of CMake 3.29, so enable them in sufficiently new CMake versions.
This commit is contained in:
Brad King
2024-06-05 13:23:38 -04:00
parent 4394464501
commit ed376e470e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.12...3.28)
cmake_policy(VERSION 2.8.12...3.29)
#----------------------------------------------------------------
# Generated CMake Java target import file.