mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
PIE link options: No warning when policy CMP0083 is not set.
Fixes: #18955
This commit is contained in:
@@ -23,9 +23,10 @@ which it is used, it is the project's responsibility to use the
|
||||
:prop_tgt:`POSITION_INDEPENDENT_CODE` target property for executables will be
|
||||
honored at link time.
|
||||
|
||||
This policy was introduced in CMake version 3.14. CMake version
|
||||
|release| warns when the policy is not set and uses ``OLD`` behavior. Use
|
||||
the :command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly.
|
||||
This policy was introduced in CMake version 3.14. Use the
|
||||
:command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly.
|
||||
Unlike most policies, CMake version |release| does not warn when this policy is
|
||||
not set and simply uses ``OLD`` behavior.
|
||||
|
||||
.. include:: DEPRECATED.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user