Skip to content

Commit

Permalink
autotools: Sync CMake templates with CMake 3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Dec 15, 2023
1 parent fb702e6 commit 141cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expat/cmake/autotools/expat.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
message(FATAL_ERROR "CMake >= 2.8.3 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.3...3.25)
cmake_policy(VERSION 2.8.3...3.26)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
Expand Down

0 comments on commit 141cdab

Please sign in to comment.