mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
Merge topic 'doc_fixes'
76d6c59 Clean up documentation formatting so that it is rendered properly in HTML.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user