mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
@@ -1065,7 +1065,7 @@ std::string cmGlobalNinjaGenerator::OrderDependsTargetForTarget(
|
||||
cmGeneratorTarget const* target, const std::string& config)
|
||||
{
|
||||
return "cmake_object_order_depends_target_" + target->GetName() + "_" +
|
||||
config;
|
||||
cmSystemTools::UpperCase(config);
|
||||
}
|
||||
|
||||
void cmGlobalNinjaGenerator::AppendTargetOutputs(
|
||||
|
||||
Reference in New Issue
Block a user