diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-21 22:45:01 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-21 22:45:01 (GMT) |
commit | 12551a33c394cd06a082f2df2ad550e38d762a98 (patch) | |
tree | 7d1358ac4841807d28ea9e2d7f18b65390df7acf /Source/cmake.cxx | |
parent | 66135bee42c1743eab8f4f64d87585a9824d6d37 (diff) | |
download | CMake-12551a33c394cd06a082f2df2ad550e38d762a98.zip CMake-12551a33c394cd06a082f2df2ad550e38d762a98.tar.gz CMake-12551a33c394cd06a082f2df2ad550e38d762a98.tar.bz2 |
NMake with spaces in directories
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 0b82167..8b15357 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -99,7 +99,6 @@ void cmake::SetCacheArgs(cmMakefile& builder, const std::vector<std::string>& ar cmSystemTools::EscapeSpaces(value.c_str()).c_str(), "No help, variable specified on the command line.", type); - std::cerr << "parse entry " << var.c_str()<< " " << value.c_str() << "\n"; } else { |