Skip to content
Snippets Groups Projects
Commit 48febc4e authored by Bill Hoffman's avatar Bill Hoffman
Browse files

BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler which is a filepath

parent edc73817
No related branches found
No related tags found
No related merge requests found
......@@ -126,11 +126,6 @@ bool cmSetCommand::InitialPass(std::vector<std::string>& args)
return true;
}
}
// if value is a path, collapse it (cleaner)
if (type == cmCacheManager::PATH || type == cmCacheManager::FILEPATH)
{
value = cmSystemTools::CollapseFullPath(value.c_str());
}
// if it is meant to be in the cache then define it in the cache
if(cache)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment