mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 17:39:51 -05:00
FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing
This commit is contained in:
@@ -117,7 +117,8 @@ int main()
|
||||
exe += "A";
|
||||
exe += cmSystemTools::GetExecutableExtension();
|
||||
int ret;
|
||||
std::string errorMessage;
|
||||
std::string errorMessage;
|
||||
exe = cmSystemTools::ConvertToRunCommandPath(exe.c_str());
|
||||
if(cmSystemTools::RunSingleCommand(exe.c_str(), 0, &ret))
|
||||
{
|
||||
if(ret != 10)
|
||||
|
||||
Reference in New Issue
Block a user