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

Fix python script compilation removing inputs from custom target deps. See #449

Jean-Christophe Fillion-Robin преди 11 години
родител
ревизия
c80f051e91
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      CMake/ctkMacroCompilePythonScript.cmake

+ 0 - 1
CMake/ctkMacroCompilePythonScript.cmake

@@ -119,7 +119,6 @@ function(_ctk_add_copy_python_files_target target type)
     if(entries)
       add_custom_target(${target_name} ALL
         DEPENDS
-          ${input_files}
           ${copied_files}
           )
     endif()