diff options
author | Brad King <brad.king@kitware.com> | 2014-12-08 14:07:04 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-12-08 14:07:04 (GMT) |
commit | 90070a65d217935b71da8b4ac361f78b608648b0 (patch) | |
tree | 37deca2bf5bc7fb51cae485acb62c4c06303bf2e /Help/variable | |
parent | cfe666f1a2c13e6d8093dff87b362b5e4ed64114 (diff) | |
parent | 88eb5824da12940e78d57fe254f17f64cdacd659 (diff) | |
download | CMake-90070a65d217935b71da8b4ac361f78b608648b0.zip CMake-90070a65d217935b71da8b4ac361f78b608648b0.tar.gz CMake-90070a65d217935b71da8b4ac361f78b608648b0.tar.bz2 |
Merge topic 'try_compile-link-flags'
88eb5824 try_compile: Pass linker flags into test project (#14066)
a4f9b6f0 CMakeDetermineCompilerABI: Use normal linker flags in ABI project
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst b/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst index b563aea..a83c807 100644 --- a/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst +++ b/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst @@ -9,6 +9,8 @@ warn by default: policy :policy:`CMP0025`. * ``CMAKE_POLICY_WARNING_CMP0047`` controls the warning for policy :policy:`CMP0047`. +* ``CMAKE_POLICY_WARNING_CMP0056`` controls the warning for + policy :policy:`CMP0056`. This variable should not be set by a project in CMake code. Project developers running CMake may set this variable in their cache to |