Merge topic 'custom-command-slashes'

a75a0a1 Normalize add_custom_command OUTPUT names (#10485)
This commit is contained in:
Brad King
2010-12-16 14:00:00 -05:00
committed by CMake Topic Stage
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -161,6 +161,7 @@ bool cmAddCustomCommandCommand
filename += "/";
}
filename += copy;
cmSystemTools::ConvertToUnixSlashes(filename);
break;
case doing_source:
// We do not want to convert the argument to SOURCE because