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

This commit is contained in:
Bill Hoffman 2001-08-20 09:23:16 -04:00
parent edc738173b
commit 48febc4ed3
1 changed files with 0 additions and 5 deletions

View File

@ -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)
{