Преглед изворни кода

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