diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 6408030..388c7e9 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -100,7 +100,7 @@ void cmake::SetCacheArgs(cmMakefile& builder, { cmCacheManager::GetInstance()->AddCacheEntry( var.c_str(), - cmSystemTools::EscapeSpaces(value.c_str()).c_str(), + value.c_str(), "No help, variable specified on the command line.", type); } |