Merge topic 'minor-cleanups'

7429941 Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIES
This commit is contained in:
Brad King 2013-08-01 08:53:45 -04:00 committed by CMake Topic Stage
commit 0920587b1d

View File

@ -966,8 +966,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"only be used when evaluating the INCLUDE_DIRECTORIES, " "only be used when evaluating the INCLUDE_DIRECTORIES, "
"COMPILE_DEFINITIONS and COMPILE_OPTIONS target properties. " "COMPILE_DEFINITIONS and COMPILE_OPTIONS target properties. "
"In that case, it outputs a backtrace for each entry in the target " "In that case, it outputs a backtrace for each entry in the target "
"propertythe build. Default is unset.", "property. Default is unset.", false, "Variables That Change Behavior");
false,"Variables That Change Behavior");
// Variables defined by CMake that describe the system // Variables defined by CMake that describe the system