Merge topic 'doc-CMAKE_lang_FLAGS'
41bb95f Document CMAKE_<LANG>_FLAGS variable (#14305)
This commit is contained in:
commit
6b92e93b6d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user