export: Increase maximum policy version in exported files to 4.2

The files generated by `install(EXPORT)`, `export()`, and
`install_jar_exports()` commands are known to work with policies
as of CMake 4.2, so enable them in sufficiently new CMake versions.
This commit is contained in:
Brad King
2026-02-17 16:42:58 -05:00
parent 0d5069d5e8
commit 5d5435c8ce
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.12...4.1)
cmake_policy(VERSION 2.8.12...4.2)
#----------------------------------------------------------------
# Generated CMake Java target import file.