diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 8fa2e4e10b..21b6e337f5 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -1500,6 +1500,8 @@ std::string cmLocalGenerator::Convert(const char* source, case FULL: result = cmSystemTools::CollapseFullPath(result.c_str()); break; + case NONE: + break; } }