Hey Laila,

since you are building MITK on your own, you should be familiar with the 
superbuild process: http://docs.mitk.org/nightly/BuildInstructionsPage.html

Within this superbuild, you are able to download, configure and build 
third-party libraries, such as MatchPoint.
For this you have to change your CMake-GUI build-directory to E:/MITKB and 
search for “MITK_USE_MatchPoint”. Once this variable is enabled, your 
superbuild will download and build MatchPoint, making it available in MITK.

However, if you change your CMake-GUI build-directory to E:/MITKB/MITK-build, 
as you’ve shown in your screenshot, you should have two entries (plus all the 
“org.mitk.gui.qt.matchpoint….”-entries), “MatchPoint_DIR”, which is a 
path-string and again “MITK_USE_MatchPoint”. It seems that your 
“MatchPoint_DIR” is of type bool, which should not be the case. Please recheck, 
if you have successfully build MatchPoint using the superbuild.

Best,

Amir

From: Laila Abbasi [mailto:laila.a.abb...@gmail.com]
Sent: Friday, 21 February, 2020 20:43
To: mitk-users@lists.sourceforge.net
Subject: [mitk-users] MatchPoint Registration Plugin

I'm trying to install  match point plugins using cmake but it doesn't work, it 
says that MitkMatchPointRegistration is missing.

[matchpoint.jpg]
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to