From 48febc4ed3e036af77027a60f4fa996f18908b93 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 20 Aug 2001 09:23:16 -0400 Subject: BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler which is a filepath --- Source/cmSetCommand.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/cmSetCommand.cxx b/Source/cmSetCommand.cxx index c25065c..00e1bc5 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) { -- cgit v0.12