2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

CMAKE_MATCH_x is supported on CMake < 3.9; the CMake documentation is incorrect

This commit is contained in:
Peter Dimov
2025-10-10 02:57:36 +03:00
parent 103103fc2b
commit 8becaae3c8

View File

@@ -9,10 +9,6 @@ if(NOT CMAKE_VERSION VERSION_LESS 3.10)
include_guard()
endif()
if(BUILD_TESTING AND CMAKE_VERSION VERSION_LESS 3.9)
message(AUTHOR_WARNING "BoostTestJamfile requires CMake 3.9") # CMAKE_MATCH_x
endif()
include(BoostMessage)
# boost_test_jamfile( FILE jamfile [PREFIX prefix]