InsightSoftwareConsortium/ITKMontage

How to compile this module with cmake-gui in win10?

huabo-zhu opened this issue · 2 comments

微信截图_20211202111704

After reading your paper, I am very interested in the software library. However, I am sorry that I have never used ITK.
I want to compile ITK and ITKMontage in cmake-gui in win10. I have downloaded ITK and Montage, but Montage is not available after compiling. I don't know how to set Module_Montage:BOOL=ON.
Can you give me some help and advice? Thank you very much.
image

You need to enable the Advanced options. When doing that, it is also advisable to enable option grouping. If that is not enough, you should reduce ITK_MINIMUM_COMPLIANCE_LEVEL to show more remote modules.

It's so kind of you. Thanks for your help, I have successfully compiled it. Thank you.