From 1a31d4b314c679ee5895236da742f55a2ed01642 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 14 Jan 2002 18:52:19 -0500 Subject: ENH: try to keep the dsp files from changing between each write --- Source/cmCacheManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12