mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
cmMakefile: fix __CMAKE_RULE property setting
It got put into the condition by mistake.
This commit is contained in:
@@ -1042,8 +1042,8 @@ cmMakefile::AddCustomCommandToOutput(const std::vector<std::string>& outputs,
|
||||
if (!file)
|
||||
{
|
||||
file = this->CreateSource(outName, true);
|
||||
file->SetProperty("__CMAKE_RULE", "1");
|
||||
}
|
||||
file->SetProperty("__CMAKE_RULE", "1");
|
||||
}
|
||||
|
||||
// Always create the output sources and mark them generated.
|
||||
|
||||
Reference in New Issue
Block a user