diff options
author | Ken Martin <ken.martin@kitware.com> | 2009-09-03 19:29:29 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2009-09-03 19:29:29 (GMT) |
commit | f686dbecb6c25178954b8190e95a3a265e9b2813 (patch) | |
tree | 9007c583a292169aec33d7a193de95ca91e6ea41 /Source/cmDocumentVariables.cxx | |
parent | 5624be360e555f3a4505f69cae3f582b2e4e835a (diff) | |
download | CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.zip CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.tar.gz CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.tar.bz2 |
some white space fixes for the book
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index 4932237..f6997cf 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -632,7 +632,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "the shared MFC library. This is used in visual " "studio 6 and 7 project files. The CMakeSetup " "dialog uses MFC and the CMakeLists.txt looks like this:\n" - "ADD_DEFINITIONS(-D_AFXDLL)\n" + "add_definitions(-D_AFXDLL)\n" "set(CMAKE_MFC_FLAG 2)\n" "add_executable(CMakeSetup WIN32 ${SRCS})\n",false, "Variables That Change Behavior"); |