Merge topic 'dev/fix-cmake-rule-property'

4b139169 cmMakefile: fix __CMAKE_RULE property setting
This commit is contained in:
Brad King 2014-07-15 10:48:17 -04:00 committed by CMake Topic Stage
commit 29abb3dedb
1 changed files with 1 additions and 1 deletions

View File

@ -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.