-
Notifications
You must be signed in to change notification settings - Fork 7
Update SOFA and SofaPython3 to v24.12 #42
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
base: main
Are you sure you want to change the base?
Conversation
3d0ce97
to
44789bc
Compare
44789bc
to
17c8c95
Compare
This is a workaround for a compilation error on the centos-qt5-gcc7 environment
The following error has been found in the process of building SlicerSOFA within the
Setting |
DONE on |
Turns out that the SOFA build-system already take care of checking if the option is supported. See https://github.com/sofa-framework/sofa/blob/8e5f0b9e34821aaa49880eac20c051d895311f7a/Sofa/framework/Config/CMakeLists.txt#L120-L139 So enabling the option and adding a comment mentioning that:
|
This needs to be tested on the Slicer build environment before merge