1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 08:51:52 +08:00

UseJava: Increase maximum policy version in exported files to 3.27

Extend commit c5f1af1ffe (export: Increase maximum policy version in
exported files to 3.27, 2023-10-03) to cover UseJava too.

Fixes: #22655
This commit is contained in:
Gold856
2023-11-24 19:09:00 -05:00
committed by Brad King
parent 4567c8205a
commit c17268ff0b

View File

@@ -1,6 +1,5 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_policy(PUSH)
cmake_policy(VERSION 2.8)
cmake_policy(VERSION 2.8.12...3.27)
#----------------------------------------------------------------
# Generated CMake Java target import file.