dboun / MultiPatientImageProcessing

Bulk processing of medical images
1 stars 1 forks source link

cmake error on windows #18

Closed ashishsingh18 closed 5 years ago

ashishsingh18 commented 5 years ago

Getting CMake error on configure. Please see the attached screenshot.

Platform: Windows 7 Enterprise, x64

image

ashishsingh18 commented 5 years ago

Issue is with CPack. If I comment cpack, it works

dboun commented 5 years ago

This (probably) happens because we create the target (MPIP) for 'install' in another directory (src).

From what I found this is something that cmake didn't use to support but now does link to cmake PR

From what I see this happened in version 3.13? But I'm not sure since it also says 8 months ago and 3.13 sounds recent. If using a new cmake solves this we can just update the minimum cmake version to 3.13 and it's all good. Also we can move cpack things in 'src' directory.

Anyway, we kind of don't need cpack for now we can create a zip for start.