diff options
author | Brad King <brad.king@kitware.com> | 2014-06-25 17:32:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-25 17:37:46 (GMT) |
commit | bc1517579d897678ad734e82201be42d4e2a7cba (patch) | |
tree | d96d9bd8258296496df6ce48d269672ceb8a35a9 /Source/cmSystemTools.cxx | |
parent | 55d6aa36a522f2dd7849ccd53d9e743a88f8c7a1 (diff) | |
download | CMake-bc1517579d897678ad734e82201be42d4e2a7cba.zip CMake-bc1517579d897678ad734e82201be42d4e2a7cba.tar.gz CMake-bc1517579d897678ad734e82201be42d4e2a7cba.tar.bz2 |
bootstrap: Clarify name of configured source directory
Rename CMAKE_ROOT_DIR to CMAKE_BOOTSTRAP_SOURCE_DIR to clarify both that
it is only for bootstrap and that it refers to the source directory.
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index c7acfd0..cd9c5ad 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -2215,7 +2215,7 @@ void cmSystemTools::FindCMakeResources(const char* argv0) } #else // Bootstrap build knows its source. - cmSystemToolsCMakeRoot = CMAKE_ROOT_DIR; + cmSystemToolsCMakeRoot = CMAKE_BOOTSTRAP_SOURCE_DIR; #endif } |