You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: modulemap override in build interface (#1539)
The modulemap override should only be added in the build interface,
where we don't copy the modulemap and header files. The install
interface installs the modulemap and header files to a location where
the compiler will see it, so passing the override results in the
compiler seeing both modulemaps defining the same module and then
failing. This moves the override to only be part of the build interface.
0 commit comments