Преглед на файлове

ENH: fix for earlier fix on source with relative path

Ken Martin преди 20 години
родител
ревизия
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;