Merge topic 'doc-CMAKE_lang_FLAGS'

41bb95f Document CMAKE_<LANG>_FLAGS variable (#14305)
This commit is contained in:
Brad King 2013-07-25 08:36:55 -04:00 committed by CMake Topic Stage
commit 6b92e93b6d
1 changed files with 6 additions and 2 deletions

View File

@ -1621,6 +1621,12 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
false,
"Variables for Languages");
cm->DefineProperty
("CMAKE_<LANG>_FLAGS", cmProperty::VARIABLE,
"Flags for all build types.",
"<LANG> flags used regardless of the value of CMAKE_BUILD_TYPE.",false,
"Variables for Languages");
cm->DefineProperty
("CMAKE_<LANG>_FLAGS_DEBUG", cmProperty::VARIABLE,
"Flags for Debug build type or configuration.",
@ -1862,8 +1868,6 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
cmProperty::VARIABLE,0,0);
cm->DefineProperty("CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE",
cmProperty::VARIABLE,0,0);
cm->DefineProperty("CMAKE_<LANG>_FLAGS",
cmProperty::VARIABLE,0,0);
cm->DefineProperty("CMAKE_<LANG>_FLAGS_DEBUG_INIT",
cmProperty::VARIABLE,0,0);
cm->DefineProperty("CMAKE_<LANG>_FLAGS_INIT",