From 742994125417b30443e8e58a72a2839c31d97c23 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 31 Jul 2013 17:13:46 +0200 Subject: Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIES Introduced in commit f10e6480 (Docs: Document existing target property debugging options., 2013-07-26) --- Source/cmDocumentVariables.cxx | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v0.12