mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 22:59:43 -06:00
Merge branch 'autorcc-only-no-rebuild' into release
This commit is contained in:
@@ -455,8 +455,8 @@ static std::string ReadAll(const std::string& filename)
|
||||
|
||||
bool cmQtAutoGenerators::RunAutogen(cmMakefile* makefile)
|
||||
{
|
||||
if (!cmsys::SystemTools::FileExists(this->OutMocCppFilenameAbs.c_str()) ||
|
||||
(this->OldCompileSettingsStr != this->CurrentCompileSettingsStr)) {
|
||||
// If settings changed everything needs to be re-generated.
|
||||
if (this->OldCompileSettingsStr != this->CurrentCompileSettingsStr) {
|
||||
this->GenerateAll = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user