diff options
author | Brad King <brad.king@kitware.com> | 2016-02-12 15:15:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-12 15:21:00 (GMT) |
commit | da490e11599e7948bb0a3ed3a53cdf5f80253b2d (patch) | |
tree | 9d73a61118a1a8be341ced580cdb0efafe562b18 /Source/cmGeneratorTarget.cxx | |
parent | a5a5a6857241c21d306661d723b749839f4c6e1a (diff) | |
download | CMake-da490e11599e7948bb0a3ed3a53cdf5f80253b2d.zip CMake-da490e11599e7948bb0a3ed3a53cdf5f80253b2d.tar.gz CMake-da490e11599e7948bb0a3ed3a53cdf5f80253b2d.tar.bz2 |
cmake-gui: Fix cmState initialization when changing generators (#15959)
Refactoring in commit v3.3.0-rc1~29^2~1 (cmState: Host some state from
the cmGlobalGenerator, 2015-05-24) moved storage of some generator
traits over to cmState. However, it accidentally removed initialization
of the values from the cmGlobalGenerator constructor. This is needed
because generator subclasses update the settings in their constructors.
Since a single cmState instance is shared across multiple build trees by
cmake-gui, initializing the values in its constructor is not enough.
Fix this by restoring the needed initializations to the
cmGlobalGenerator constructor.
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
0 files changed, 0 insertions, 0 deletions