mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
Merge topic 'remove-old-compatibility'
381c446ff7VS: Remove support for appending a platform to the generator namedc24d88062Remove compatibility with CMake versions older than 3.190d814f024CMP0054: Remove support for OLD behavior292aaffb78Source: Remove unused cmCommandArgument{Lexer,Parser}1150fae89aCMP0053: Remove support for OLD behaviorf0b1ca4d70CMP0052: Remove support for OLD behaviore4fddc8e37CMP0051: Remove support for OLD behavior Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !10205
This commit is contained in:
@@ -1301,7 +1301,6 @@ The custom step could then be triggered from the main build like so::
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/ExternalProject/shared_internal_commands.cmake)
|
||||
|
||||
cmake_policy(PUSH)
|
||||
cmake_policy(SET CMP0054 NEW) # if() quoted variables not dereferenced
|
||||
cmake_policy(SET CMP0057 NEW) # if() supports IN_LIST
|
||||
|
||||
define_property(DIRECTORY PROPERTY "EP_BASE" INHERITED)
|
||||
|
||||
Reference in New Issue
Block a user