Explorar o código

Disable PythonQt wrapping for CTKDummyPlugin library

It doesn't make sens to wrap or export this target to other project
Jean-Christophe Fillion-Robin %!s(int64=14) %!d(string=hai) anos
pai
achega
ec3d81bac2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Libs/Core/Testing/Cpp/CMakeLists.txt

+ 1 - 0
Libs/Core/Testing/Cpp/CMakeLists.txt

@@ -7,6 +7,7 @@ ctkMacroBuildLib(
   MOC_SRCS "ctkDummyPlugin.h"
   TARGET_LIBRARIES ${CTK_BASE_LIBRARIES}
   LIBRARY_TYPE "SHARED"
+  DISABLE_WRAP_PYTHONQT
   )
 GET_TARGET_PROPERTY(ctkDummyPluginPATH "CTKDummyPlugin" LOCATION)
 REMOVE_DEFINITIONS(-DCTKDummyPlugin)