summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-08-13 17:28:16 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-08-13 17:28:16 (GMT)
commit396bc2847750e6a48d3e059a012f7ebf268f676c (patch)
treebe64e0d822656957efd71d02d7b717aab644875b /Source
parentc1163632de2467f44c3774d401a04a76f1444c2f (diff)
parent76d6c593584e35cf25a50c2e7bac233665da437a (diff)
downloadCMake-396bc2847750e6a48d3e059a012f7ebf268f676c.zip
CMake-396bc2847750e6a48d3e059a012f7ebf268f676c.tar.gz
CMake-396bc2847750e6a48d3e059a012f7ebf268f676c.tar.bz2
Merge topic 'doc_fixes'
76d6c59 Clean up documentation formatting so that it is rendered properly in HTML.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmDocumentVariables.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 77aaffc..05ef8fc 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -831,9 +831,9 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"the shared MFC library. This is used in visual "
"studio 6 and 7 project files. The CMakeSetup "
"dialog used MFC and the CMakeLists.txt looks like this:\n"
- "add_definitions(-D_AFXDLL)\n"
- "set(CMAKE_MFC_FLAG 2)\n"
- "add_executable(CMakeSetup WIN32 ${SRCS})\n",false,
+ " add_definitions(-D_AFXDLL)\n"
+ " set(CMAKE_MFC_FLAG 2)\n"
+ " add_executable(CMakeSetup WIN32 ${SRCS})\n",false,
"Variables That Change Behavior");
cm->DefineProperty