diff --git a/Source/cmSetCommand.cxx b/Source/cmSetCommand.cxx index c25065cf7..00e1bc5cf 100644 --- a/Source/cmSetCommand.cxx +++ b/Source/cmSetCommand.cxx @@ -126,11 +126,6 @@ bool cmSetCommand::InitialPass(std::vector& 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) {