summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-01-14 23:52:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-01-14 23:52:19 (GMT)
commit1a31d4b314c679ee5895236da742f55a2ed01642 (patch)
treeffedbfd1502f17a371556f4d87449ad333e0de6b /Source/cmCacheManager.cxx
parent0358cc83d05437987a9866b9ec5d3cd9a9928b7f (diff)
downloadCMake-1a31d4b314c679ee5895236da742f55a2ed01642.zip
CMake-1a31d4b314c679ee5895236da742f55a2ed01642.tar.gz
CMake-1a31d4b314c679ee5895236da742f55a2ed01642.tar.bz2
ENH: try to keep the dsp files from changing between each write
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index b8b939d..aea9140 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -341,7 +341,7 @@ bool cmCacheManager::SaveCache(const char* path)
" was created", cmCacheManager::INTERNAL);
fout << "# This is the CMakeCache file.\n"
- << "# For build in directory: " << path << "\n"
+ << "# For build in directory: " << currentcwd << "\n"
<< "# You can edit this file to change values found and used by cmake.\n"
<< "# If you do not want to change any of the values, simply exit the editor.\n"
<< "# If you do want to change a value, simply edit, save, and exit the editor.\n"