Ver código fonte

BUG: Remove library version information when building Qt Designer plugin

Jean-Christophe Fillion-Robin 15 anos atrás
pai
commit
a9fc8a9bdf
1 arquivos alterados com 0 adições e 1 exclusões
  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"
     )