diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-07-31 15:13:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-07-31 15:13:46 (GMT) |
commit | 742994125417b30443e8e58a72a2839c31d97c23 (patch) | |
tree | e7891416385dc7d168a094c4c54a3e8e8e15efb7 /Source/cmDocumentVariables.cxx | |
parent | 0cecc7b485774be084a6d5a72e743ed9893daa5d (diff) | |
download | CMake-742994125417b30443e8e58a72a2839c31d97c23.zip CMake-742994125417b30443e8e58a72a2839c31d97c23.tar.gz CMake-742994125417b30443e8e58a72a2839c31d97c23.tar.bz2 |
Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIES
Introduced in commit f10e6480 (Docs: Document existing target
property debugging options., 2013-07-26)
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-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 |