mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Merge topic 'install-properties'
63db7ae9c4 cmake: Clear INSTALL file properties between runs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5603
This commit is contained in:
@@ -411,6 +411,8 @@ void cmake::CleanupCommandsAndMacros()
|
||||
this->CurrentSnapshot = this->State->Reset();
|
||||
this->State->RemoveUserDefinedCommands();
|
||||
this->CurrentSnapshot.SetDefaultDefinitions();
|
||||
// FIXME: InstalledFiles probably belongs in the global generator.
|
||||
this->InstalledFiles.clear();
|
||||
}
|
||||
|
||||
#ifndef CMAKE_BOOTSTRAP
|
||||
|
||||
Reference in New Issue
Block a user