Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow build with ITK 5.3 #1279

Merged
merged 2 commits into from
Dec 30, 2021
Merged

Conversation

hjmjohnson
Copy link
Collaborator

ITK 5.3 has updated cmake and C++ standard minimum requirements. Update to match the newest ITK minimum requirements.

@ntustison
Copy link
Member

Thanks @hjmjohnson . Is this ready to merge despite the failing check?

ITK 5.3 and greater requires features and bug fixes
introduced with C++14 and greater. Allow ANTs to bulid
with newer versions of ITK if requested.
Inadvertently reverted in previous commit:

The .h files include the .hxx files, which in
turn include the original .h file.

Remove the recursive includes.
@hjmjohnson
Copy link
Collaborator Author

@ntustison I think this is ready for merging now. The failure is "context deadline exceeded" due to taking longer than 60 minutes to run.

@ntustison
Copy link
Member

Awesome. Thanks @hjmjohnson .

@ntustison ntustison merged commit db98de3 into ANTsX:master Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants