diff options
Diffstat (limited to '3rdparty/expat/cmake/autotools/expat.cmake')
-rw-r--r-- | 3rdparty/expat/cmake/autotools/expat.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/expat/cmake/autotools/expat.cmake b/3rdparty/expat/cmake/autotools/expat.cmake index 7850358bb3a..ecb2df12ada 100644 --- a/3rdparty/expat/cmake/autotools/expat.cmake +++ b/3rdparty/expat/cmake/autotools/expat.cmake @@ -1,13 +1,13 @@ # Generated by CMake if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.0 required") + message(FATAL_ERROR "CMake >= 2.8.12 required") endif() if(CMAKE_VERSION VERSION_LESS "2.8.12") message(FATAL_ERROR "CMake >= 2.8.12 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.12...3.28) +cmake_policy(VERSION 2.8.12...3.29) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- |