diff options
author | Brad King <brad.king@kitware.com> | 2016-05-03 14:17:00 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-05-03 14:17:00 (GMT) |
commit | 3fc49c50b0a62ab66376b624d1d38e30ffbbc4dd (patch) | |
tree | 38458f0b83645ab8d64470925a9ec5a08ad8a9b7 /Tests | |
parent | c212b5b02517559dcda611cc7a59519542e1ce6d (diff) | |
parent | 5f948d2aa41cc83da989ea058a4e5f008edd12f6 (diff) | |
download | CMake-3fc49c50b0a62ab66376b624d1d38e30ffbbc4dd.zip CMake-3fc49c50b0a62ab66376b624d1d38e30ffbbc4dd.tar.gz CMake-3fc49c50b0a62ab66376b624d1d38e30ffbbc4dd.tar.bz2 |
Merge topic 'doc-cmake-policies-manual-improvements'
5f948d2a Help: Add policy summaries to cmake-policies(7)
b74d73e5 Help: Organize cmake-policies(7) manual by version of introduction
de370656 cmRST: Parse toctree lines with Sphinx cross-reference syntax
845cb217 CMP0059: Fix typo in policy description
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt b/Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt index 4e04d15..06c7be3 100644 --- a/Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt +++ b/Tests/RunCMake/CMP0059/CMP0059-WARN-stderr.txt @@ -1,5 +1,5 @@ CMake Warning \(dev\) at CMP0059-WARN.cmake:6 \(get_property\): - Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory + Policy CMP0059 is not set: Do not treat DEFINITIONS as a built-in directory property. Run "cmake --help-policy CMP0059" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack \(most recent call first\): @@ -8,7 +8,7 @@ This warning is for project developers. Use -Wno-dev to suppress it. DEFS: -DSOME_DEF CMake Warning \(dev\) at CMP0059-WARN.cmake:14 \(get_property\): - Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory + Policy CMP0059 is not set: Do not treat DEFINITIONS as a built-in directory property. Run "cmake --help-policy CMP0059" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack \(most recent call first\): |