mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
cmQtAutoGenInitializer: Drop unnecessary argument in AppendProperty call
Prepare to add another optional argument.
This commit is contained in:
@@ -1847,8 +1847,7 @@ void cmQtAutoGenInitializer::AddToSourceGroup(std::string const& fileName,
|
||||
|
||||
void cmQtAutoGenInitializer::AddCleanFile(std::string const& fileName)
|
||||
{
|
||||
this->GenTarget->Target->AppendProperty("ADDITIONAL_CLEAN_FILES", fileName,
|
||||
false);
|
||||
this->GenTarget->Target->AppendProperty("ADDITIONAL_CLEAN_FILES", fileName);
|
||||
}
|
||||
|
||||
void cmQtAutoGenInitializer::ConfigFileNames(ConfigString& configString,
|
||||
|
||||
Reference in New Issue
Block a user