Преглед изворни кода

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)
     if(entries)
       add_custom_target(${target_name} ALL
       add_custom_target(${target_name} ALL
         DEPENDS
         DEPENDS
-          ${input_files}
           ${copied_files}
           ${copied_files}
           )
           )
     endif()
     endif()