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
ec9f2a18
Commit
ec9f2a18
authored
Oct 14, 2008
by
Bill Hoffman
Browse files
ENH: revert last change, as it fails tests
parent
9210fef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmEnableLanguageCommand.cxx
View file @
ec9f2a18
...
...
@@ -28,13 +28,6 @@ bool cmEnableLanguageCommand
(
"called with incorrect number of arguments"
);
return
false
;
}
if
(
this
->
Makefile
->
GetCMakeInstance
()
->
GetIsInTryCompile
())
{
this
->
SetError
(
"called from a try_compile, "
"all languages must be enabled before trying them."
);
return
false
;
}
for
(
std
::
vector
<
std
::
string
>::
const_iterator
it
=
args
.
begin
();
it
!=
args
.
end
();
++
it
)
...
...
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