mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler which is a filepath
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user