diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-12-15 21:24:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-01-04 13:19:33 (GMT) |
commit | 7db8db5b7279a74aa4eab9cc1996a6a94131dc7e (patch) | |
tree | 6ae52f1f97d10175521c4db5428af28fa592e663 /Source/cmIncludeCommand.h | |
parent | db44848f441673909e909755d7b833aa474791c7 (diff) | |
download | CMake-7db8db5b7279a74aa4eab9cc1996a6a94131dc7e.zip CMake-7db8db5b7279a74aa4eab9cc1996a6a94131dc7e.tar.gz CMake-7db8db5b7279a74aa4eab9cc1996a6a94131dc7e.tar.bz2 |
Improve documentation and messages for the new CMP0017
This patch incorporates the comments from Brad:
-some improvements to the documentation of CMP0017
-make the test QUIETLY search for zlib
Diffstat (limited to 'Source/cmIncludeCommand.h')
-rw-r--r-- | Source/cmIncludeCommand.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h index a6d43ba..d933ef3 100644 --- a/Source/cmIncludeCommand.h +++ b/Source/cmIncludeCommand.h @@ -77,8 +77,7 @@ public: "CMake module directory. There is one exception to this: if the file " "which calls include() is located itself in the CMake module directory, " "then first the CMake module directory is searched and " - "CMAKE_MODULE_PATH afterwards. This behaviour is controlled by policy " - "CMP0017." + "CMAKE_MODULE_PATH afterwards. See also policy CMP0017." "\n" "See the cmake_policy() command documentation for discussion of the " "NO_POLICY_SCOPE option." |