Skip to content

Cmake: fix flags when building python bindings

Sebastian Müller requested to merge muellese/mhm:python_build_flag_fix into develop

Flags for mhm_lib are forwarded to all targets depending on it. In case of the f2py generated wrapper, this can confuse the C-compiler.

See here: https://github.com/conda-forge/mhm-feedstock/commit/1232ed8e68b6912df0555993901ab7a8ee217924

Merge request reports