Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIES

Introduced in commit f10e6480 (Docs: Document existing target
property debugging options., 2013-07-26)
This commit is contained in:
Stephen Kelly 2013-07-31 17:13:46 +02:00
parent 0cecc7b485
commit 7429941254
1 changed files with 1 additions and 2 deletions

View File

@ -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