Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
5a4797ad
Commit
5a4797ad
authored
Aug 20, 2009
by
Brad King
Browse files
Document CMAKE_<LANG>_COMPILER_LOADED variable
parent
8c6aa445
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmDocumentVariables.cxx
View file @
5a4797ad
...
...
@@ -1241,6 +1241,13 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"This is the list of extensions for a "
"given languages source files."
,
false
,
"Variables for Languages"
);
cm
->
DefineProperty
(
"CMAKE_<LANG>_COMPILER_LOADED"
,
cmProperty
::
VARIABLE
,
"Defined to true if the language is enabled."
,
"When language <LANG> is enabled by project() or enable_language() "
"this variable is defined to 1."
,
false
,
"Variables for Languages"
);
// variables that are used by cmake but not to be documented
cm
->
DefineProperty
(
"CMAKE_MATCH_0"
,
cmProperty
::
VARIABLE
,
0
,
0
);
cm
->
DefineProperty
(
"CMAKE_MATCH_1"
,
cmProperty
::
VARIABLE
,
0
,
0
);
...
...
@@ -1259,8 +1266,6 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
cmProperty
::
VARIABLE
,
0
,
0
);
cm
->
DefineProperty
(
"CMAKE_<LANG>_COMPILER_ID_RUN"
,
cmProperty
::
VARIABLE
,
0
,
0
);
cm
->
DefineProperty
(
"CMAKE_<LANG>_COMPILER_LOADED"
,
cmProperty
::
VARIABLE
,
0
,
0
);
cm
->
DefineProperty
(
"CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE"
,
cmProperty
::
VARIABLE
,
0
,
0
);
cm
->
DefineProperty
(
"CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment