Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
97ef91d5
Commit
97ef91d5
authored
Jan 27, 2009
by
Bill Hoffman
Browse files
BUG: fix for 7845, idl files compile even with headerfile only on
parent
1902f8e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmLocalVisualStudio7Generator.cxx
View file @
97ef91d5
...
...
@@ -1302,11 +1302,10 @@ cmLocalVisualStudio7GeneratorFCInfo
needForceLang
=
true
;
lang
=
sourceLang
;
}
// If lang is set, the compiler will generate code automatically.
// If HEADER_FILE_ONLY is set, we must suppress this generation in
// the project file
fc
.
ExcludedFromBuild
=
(
lang
&&
sf
.
GetPropertyAsBool
(
"HEADER_FILE_ONLY"
));
(
sf
.
GetPropertyAsBool
(
"HEADER_FILE_ONLY"
));
if
(
fc
.
ExcludedFromBuild
)
{
needfc
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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