You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following errors when I am trying to add registration diffusion imaging plugins to my applications:
CMake Error at CMake/mitkFunctionCreatePlugin.cmake:78 (message):
org_mitk_gui_qt_matchpoint_mapper is missing requirements and won't be
built. Missing: MitkMatchPointRegistration;MitkMatchPointRegistrationUI
Call Stack (most recent call first):
Plugins/org.mitk.gui.qt.matchpoint.mapper/CMakeLists.txt:3 (mitk_create_plugin)
CMake Error at build-1125/ep/src/CTK/CMake/ctkMacroValidateBuildOptions.cmake:178 (message):
MainApp depends on org_mitk_gui_qt_diffusionimaging, which does not exist
Call Stack (most recent call first):
build-1125/ep/src/CTK/CMake/ctkMacroSetupPlugins.cmake:196 (ctkMacroValidateBuildOptions)
CMakeLists.txt:1208 (ctkMacroSetupPlugins)
Are there any specific requirements for these modules?
Thank you,
Alena
The text was updated successfully, but these errors were encountered:
Hi,
I get the following errors when I am trying to add registration diffusion imaging plugins to my applications:
CMake Error at CMake/mitkFunctionCreatePlugin.cmake:78 (message):
org_mitk_gui_qt_matchpoint_mapper is missing requirements and won't be
built. Missing: MitkMatchPointRegistration;MitkMatchPointRegistrationUI
Call Stack (most recent call first):
Plugins/org.mitk.gui.qt.matchpoint.mapper/CMakeLists.txt:3 (mitk_create_plugin)
CMake Error at build-1125/ep/src/CTK/CMake/ctkMacroValidateBuildOptions.cmake:178 (message):
MainApp depends on org_mitk_gui_qt_diffusionimaging, which does not exist
Call Stack (most recent call first):
build-1125/ep/src/CTK/CMake/ctkMacroSetupPlugins.cmake:196 (ctkMacroValidateBuildOptions)
CMakeLists.txt:1208 (ctkMacroSetupPlugins)
Are there any specific requirements for these modules?
Thank you,
Alena
The text was updated successfully, but these errors were encountered: