瀏覽代碼

ctkMacroCompilePythonScripts - Associate python script to RuntimeLibraries Component

Jean-Christophe Fillion-Robin 13 年之前
父節點
當前提交
12c8dd98c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMake/ctkMacroCompilePythonScript.cmake

+ 1 - 1
CMake/ctkMacroCompilePythonScript.cmake

@@ -143,7 +143,7 @@ EXECUTE_PROCESS(
 
   # Install python module / resources directory
   INSTALL(DIRECTORY "${MY_DIRECTORY_TO_INSTALL}"
-    DESTINATION "${MY_INSTALL_DIR}" COMPONENT Runtime
+    DESTINATION "${MY_INSTALL_DIR}" COMPONENT RuntimeLibraries
     USE_SOURCE_PERMISSIONS)
        
 ENDMACRO()