ITK
ITK copied to clipboard
Compile error in `MeshNoise/test/itkAdditiveGaussianNoiseMeshFilterTest.cxx:56`
I've been playing with building ITK with different build settings enabled/disabled, and a few times I've hit this error:
/Users/sean/external/ITK/Modules/Remote/MeshNoise/test/itkAdditiveGaussianNoiseMeshFilterTest.cxx:56:20: error: no viable conversion from 'const double' to 'VectorType' (aka 'Vector<float, 3U>')
56 | sphere->SetScale(SPHERE_SCALE);
| ^~~~~~~~~~~~
I'm not even sure which thing I turned on that made this code build. I understand that MeshNoise is a remote module, but for the life of me I don't see any Module_MeshNoise to turn OFF.
If some enabled module depends on MeshNoise, then the option for it is hidden the module is turned on (I think).