瀏覽代碼

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()