diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-12 17:34:06 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-13 22:34:11 (GMT) |
commit | 2bf7de167f0b72b07c6246679c964d83cdc47d45 (patch) | |
tree | e2a9b990f9134adeeac21b58e61c6e103a1eb9a6 /Source/cmState.h | |
parent | 0aa34de5493732d219dd3f58634222677bd19e22 (diff) | |
download | CMake-2bf7de167f0b72b07c6246679c964d83cdc47d45.zip CMake-2bf7de167f0b72b07c6246679c964d83cdc47d45.tar.gz CMake-2bf7de167f0b72b07c6246679c964d83cdc47d45.tar.bz2 |
Subdirs: Initialize from parent before configuring.
Add new API for the subdirs command to cmState.
This fixes a regression introduced in commit f716460e (cmMakefile: Move
invokation to initialize snapshot., 2015-10-06).
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index 3e8a465..f2c0c6f 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -90,6 +90,8 @@ public: void SetProjectName(std::string const& name); std::string GetProjectName() const; + void InitializeFromParent_ForSubdirsCommand(); + struct StrictWeakOrder { bool operator()(const cmState::Snapshot& lhs, |