diff options
author | Brad King <brad.king@kitware.com> | 2013-08-01 12:53:45 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-08-01 12:53:45 (GMT) |
commit | 0920587b1d343230ac94783135b4e04f4a71526d (patch) | |
tree | ed3b204481421816de1d87802e093d304026ed18 | |
parent | 75af0cbfe7c62cd73ae6eb25b06eb0f7d8566007 (diff) | |
parent | 742994125417b30443e8e58a72a2839c31d97c23 (diff) | |
download | CMake-0920587b1d343230ac94783135b4e04f4a71526d.zip CMake-0920587b1d343230ac94783135b4e04f4a71526d.tar.gz CMake-0920587b1d343230ac94783135b4e04f4a71526d.tar.bz2 |
Merge topic 'minor-cleanups'
7429941 Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIES
-rw-r--r-- | Source/cmDocumentVariables.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index 91e278e..2c2d377 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -966,8 +966,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "only be used when evaluating the INCLUDE_DIRECTORIES, " "COMPILE_DEFINITIONS and COMPILE_OPTIONS target properties. " "In that case, it outputs a backtrace for each entry in the target " - "propertythe build. Default is unset.", - false,"Variables That Change Behavior"); + "property. Default is unset.", false, "Variables That Change Behavior"); // Variables defined by CMake that describe the system |