Skip to content

Disable Armadillo warning

Andre Offringa requested to merge disable-armadillo-warning into master

If Armadillo is not found, cmake generates a warning. This warnings scares users (https://git.astron.nl/eosc/prefactor3-cwl/-/issues/5), but Armadillo is only used for the experimental screen fitter, which is not finished and therefore not used. Therefore, this MR makes CMake quiet when Armadillo is not found.

Merge request reports