Просмотр исходного кода

ENH: fix for earlier fix on source with relative path

Ken Martin 20 лет назад
Родитель
Сommit
fd05925bda
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmAddCustomCommandCommand.cxx

+ 1 - 1
Source/cmAddCustomCommandCommand.cxx

@@ -142,7 +142,7 @@ bool cmAddCustomCommandCommand::InitialPass(std::vector<std::string> const& args
        switch (doing)
          {
          case doing_source:
-           source = filename;
+           source = copy;
            break;
          case doing_output:
            output = filename;