Explorar o código

BUG: Remove library version information when building Qt Designer plugin

Jean-Christophe Fillion-Robin %!s(int64=15) %!d(string=hai) anos
pai
achega
a9fc8a9bdf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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"
     )