Explorar o código

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

Jean-Christophe Fillion-Robin %!s(int64=11) %!d(string=hai) anos
pai
achega
c80f051e91
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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()