mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364
This commit is contained in:
@@ -31,8 +31,7 @@ bool cmSeparateArgumentsCommand
|
||||
return true;
|
||||
}
|
||||
std::string value = cacheValue;
|
||||
cmSystemTools::ReplaceString(value,
|
||||
" ", ";");
|
||||
cmSystemTools::ReplaceString(value," ", ";");
|
||||
this->Makefile->AddDefinition(args[0].c_str(), value.c_str());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user