diff options
author | Brad King <brad.king@kitware.com> | 2015-04-09 15:32:31 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-04-09 15:32:31 (GMT) |
commit | 1a1bdbfd87ec2dcf3205f062ab8145d5e0189146 (patch) | |
tree | ef720318d0e661ca0c257371f6e40b0859413b3e /Help/variable | |
parent | 3049951b6293486053da2d304737fad42de3b3d8 (diff) | |
parent | 882f48e5ba335a1dbc1750c23e6dea5fa92a3adc (diff) | |
download | CMake-1a1bdbfd87ec2dcf3205f062ab8145d5e0189146.zip CMake-1a1bdbfd87ec2dcf3205f062ab8145d5e0189146.tar.gz CMake-1a1bdbfd87ec2dcf3205f062ab8145d5e0189146.tar.bz2 |
Merge topic 'link-implicit-libs-full-path'
882f48e5 Link libraries by full path even in implicit directories
318cd370 Help: Add link target for Find Modules section of cmake-developer.7
1535dcd8 Tests: Teach RunCMake to optionally merge command output to stdout
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 a83c807..092fe3e 100644 --- a/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst +++ b/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst @@ -11,6 +11,8 @@ warn by default: policy :policy:`CMP0047`. * ``CMAKE_POLICY_WARNING_CMP0056`` controls the warning for policy :policy:`CMP0056`. +* ``CMAKE_POLICY_WARNING_CMP0060`` controls the warning for + policy :policy:`CMP0060`. This variable should not be set by a project in CMake code. Project developers running CMake may set this variable in their cache to |