mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cmLocalVisualStudio7Generator: Clarify condition for target that compiles
This commit is contained in:
@@ -637,7 +637,7 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(
|
||||
configType = projectType;
|
||||
}
|
||||
std::string flags;
|
||||
if (strcmp(configType, "10") != 0) {
|
||||
if (target->GetType() <= cmStateEnums::OBJECT_LIBRARY) {
|
||||
const std::string& linkLanguage =
|
||||
(this->FortranProject ? std::string("Fortran")
|
||||
: target->GetLinkerLanguage(configName));
|
||||
|
||||
Reference in New Issue
Block a user