mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
Merge topic 'remove-old-compatibility'
77f71ad4e2Remove compatibility with CMake versions older than 3.5fb1bd1d330CMP0065: Remove support for OLD behaviord9dd38cccfCMP0064: Remove support for OLD behaviord88047c329Remove compatibility with CMake versions older than 3.3ac1a9cb160CMP0063: Remove support for OLD behavior36fffb673aCMP0062: Remove support for OLD behavior789a7d73d4CMP0061: Remove support for OLD behavior3dc19e24cbCMP0060: Remove support for OLD behavior ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !10210
This commit is contained in:
@@ -31,9 +31,9 @@ Some toolchains read implicit directories from an environment variable such as
|
||||
consistent when operating in a given build tree because CMake saves the value
|
||||
detected when first creating a build tree.
|
||||
|
||||
If policy :policy:`CMP0060` is not set to ``NEW``, then when a library in one
|
||||
of these directories is given by full path to :command:`target_link_libraries`
|
||||
CMake will generate the ``-l<name>`` form on link lines for historical
|
||||
purposes.
|
||||
In CMake versions prior to 4.0, if policy :policy:`CMP0060` is not set
|
||||
to ``NEW``, then when a library in one of these directories is given by
|
||||
full path to :command:`target_link_libraries` CMake will generate the
|
||||
``-l<name>`` form on link lines for historical purposes.
|
||||
|
||||
See also the :variable:`CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES` variable.
|
||||
|
||||
@@ -10,12 +10,12 @@ only for the policies that do not warn by default:
|
||||
policy :policy:`CMP0025` in CMake versions before 4.0.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0047`` controlled the warning for
|
||||
policy :policy:`CMP0047` in CMake versions before 4.0.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0056`` controls the warning for
|
||||
policy :policy:`CMP0056`.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0060`` controls the warning for
|
||||
policy :policy:`CMP0060`.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0065`` controls the warning for
|
||||
policy :policy:`CMP0065`.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0056`` controlled the warning for
|
||||
policy :policy:`CMP0056` in CMake versions before 4.0.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0060`` controlled the warning for
|
||||
policy :policy:`CMP0060` in CMake versions before 4.0.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0065`` controlled the warning for
|
||||
policy :policy:`CMP0065` in CMake versions before 4.0.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0066`` controls the warning for
|
||||
policy :policy:`CMP0066`.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0067`` controls the warning for
|
||||
|
||||
Reference in New Issue
Block a user