소스 검색

Merge branch 'differenciate-runtime-components'

* differenciate-runtime-components:
  ctkMacroCompilePythonScripts - Associate python script to RuntimeLibraries Component
Jean-Christophe Fillion-Robin 13 년 전
부모
커밋
00b225b825
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()