NIFTI-Imaging / gifti_clib

Source code repository for the GIFTI project (see https://www.nitrc.org/projects/gifti)
Other
0 stars 2 forks source link

update build #1

Closed leej3 closed 3 years ago

leej3 commented 5 years ago

@hjmjohnson shall I take a stab at updating this?

hjmjohnson commented 5 years ago

Yes please.

leej3 commented 5 years ago

What minimum version of cmake should I use? nifti_clib uses 3.10.2 but 3.11 for testing. Shall I do the the same here? The only wrinkle I can see is that I would not be able to use Fetch... constructions, which would be necessary for the dependency on nifti_clib if that is not already installed.

hjmjohnson commented 5 years ago

@leej3 Phase 1: Just stick with 3.11 as the minimum. We can make back-porting fixes later.

leej3 commented 5 years ago

Sounds good