Parcourir la source

BUG: Remove library version information when building Qt Designer plugin

Jean-Christophe Fillion-Robin il y a 15 ans
Parent
commit
a9fc8a9bdf
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      CMake/ctkMacroBuildQtDesignerPlugin.cmake

+ 0 - 1
CMake/ctkMacroBuildQtDesignerPlugin.cmake

@@ -75,7 +75,6 @@ MACRO(ctkMacroBuildQtDesignerPlugin)
 
   # Apply properties to the library target.
   SET_TARGET_PROPERTIES(${lib_name}  PROPERTIES
-    ${CTK_LIBRARY_PROPERTIES}
     COMPILE_FLAGS "-DQT_PLUGIN"
     LIBRARY_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/designer"
     )