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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user