Skip to content

Install modulemap along with other header files

Guilherme Amadio requested to merge amadio/CLHEP:cpp-modules into develop

This is an attempt to fix downstream issues packaging CLHEP, as /usr/include/module.modulemap will cause collisions with other packages on the same system trying to support Clang modules. See https://bugs.gentoo.org/755476 and https://github.com/ericniebler/range-v3/issues/1522 for more information.

Merge request reports