SurfaceToolbox builds when disabled
Closed this issue · 1 comments
vicory commented
The default config has SurfaceToolbox disabled:
But Slicer sets a separate variable Slicer_BUILD_SurfaceToolbox that is on by default so the modules are built and show up in the UI anyway. I'm not sure what the desired behavior is but the inconsistency should be fixed.
jcfr commented
Thanks for point this out 🙏
This was an oversight.
Could you submit a PR removing SurfaceToolbox
from Slicer_QTSCRIPTEDMODULES_DISABLED
and adding the option Slicer_BUILD_SurfaceToolbox
similar to Slicer_BUILD_LandmarkRegistration
?