diff options
Diffstat (limited to 'Source/cmAddExecutableCommand.cxx')
| -rw-r--r-- | Source/cmAddExecutableCommand.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmAddExecutableCommand.cxx b/Source/cmAddExecutableCommand.cxx index 9dd8a19..16a8965 100644 --- a/Source/cmAddExecutableCommand.cxx +++ b/Source/cmAddExecutableCommand.cxx @@ -54,6 +54,10 @@ bool cmAddExecutableCommand(std::vector<std::string> const& args,      }    } +  if (importTarget && !importGlobal) { +    importGlobal = mf.IsImportedTargetGlobalScope(); +  } +    bool nameOk = cmGeneratorExpression::IsValidTargetName(exename) &&      !cmGlobalGenerator::IsReservedTarget(exename);  | 
