Dear MITK developers,

We have an application built over MITK v2016.3. One of our modules uses
VMTK, which in v2016.3 was included in the MITK superbuild. We're in the
process of updating our app from MITK v2016.03 to v2018, however v2018 does
not include VMTK in the superbuild, something our implementation 'assumes',
as it is only explicitly called once in the following way:

MITK_CREATE_MODULE(MyLib
  DEPENDS MitkQtWidgetsExt MitkQtWidgets MitkAlgorithmsExt MitkCore
  PACKAGE_DEPENDS *VMTK* ITK
)

Is there a way to change the above code so that CMake is able to link the
external VMTK?  What would you advice be the optimal course of action to
include VMTK into our app externally?

Thanks for the advice!

-- 
- José Alonso Solís Lemus -
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to