mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
export: Increase maximum policy version in exported files to 4.1
The files generated by `install(EXPORT)`, `export()`, and `install_jar_exports()` commands are known to work with policies as of CMake 4.1, so enable them in sufficiently new CMake versions.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cmake_policy(PUSH)
|
||||
cmake_policy(VERSION 2.8.12...4.0)
|
||||
cmake_policy(VERSION 2.8.12...4.1)
|
||||
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake Java target import file.
|
||||
|
||||
Reference in New Issue
Block a user