Parcourir la source

Merge branch 'differenciate-runtime-components'

* differenciate-runtime-components:
  ctkMacroCompilePythonScripts - Associate python script to RuntimeLibraries Component
Jean-Christophe Fillion-Robin il y a 13 ans
Parent
commit
00b225b825
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()