mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
Fix: escaping spaces was preventing a value with space to be passed correctly
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user