summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-04 13:13:31 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-04 13:13:31 (GMT)
commit5a1c8806bfded9e68280542fa7573f21eb125e95 (patch)
tree79d5e41d05f8b7465000aa2f6d6ec3fa66700fac /Source/cmake.cxx
parentb49aef6b10e4c84d31c1fe48a10878109397c553 (diff)
parentcf1233a0eab7cec757d2929cc7373f94ba4fa8a8 (diff)
downloadCMake-5a1c8806bfded9e68280542fa7573f21eb125e95.zip
CMake-5a1c8806bfded9e68280542fa7573f21eb125e95.tar.gz
CMake-5a1c8806bfded9e68280542fa7573f21eb125e95.tar.bz2
Merge topic 'rename-cmState-API'
cf1233a0 cmState: Rename GetParent method. 942df88b cmState: Rename CreateSnapshot method. da28f115 cmState: Add CreateBaseSnapshot method.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 6cd005e..1096a1c 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -134,7 +134,7 @@ cmake::cmake()
this->Policies = new cmPolicies();
this->State = new cmState(this);
- this->CurrentSnapshot = this->State->CreateSnapshot(cmState::Snapshot());
+ this->CurrentSnapshot = this->State->CreateBaseSnapshot();
#ifdef __APPLE__
struct rlimit rlp;