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

Fix Cxx17 incompatibility issues #45

Closed
wants to merge 3 commits into from
Closed

Conversation

lassoan
Copy link
Collaborator

@lassoan lassoan commented Oct 19, 2022

ITK, VTK, etc. libraries require more recent C++ standard version (Cxx17) and CIP had build errors in this environment. These commits fix the build errors.

lassoan and others added 3 commits July 9, 2022 23:06
Slicer switched to C++14 which resulted in the hardcoded C++ standard version in CIP causing a configuration conflict.
Fixed by making the version configurable externally.
Fix issues such as: "CIP/Utilities/LesionSizingToolkit/itkCannyEdgeDetectionRecursiveGaussianImageFilter.h:196:47: error: ISO C++1z does not allow dynamic exception specifications"
@lassoan
Copy link
Collaborator Author

lassoan commented Oct 21, 2022

@rjosest please merge or grant me write access to this repository so that I can commit. It is important that we can integrate such fixes quickly, otherwise we need to keep using our fork. Thank you!

@lassoan
Copy link
Collaborator Author

lassoan commented Oct 27, 2022

Unfortunately, we need to switch back to using our fork :(

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