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
Currently a script is used which means that at install-time a `*.cmake`
script is run. While I thought this inherited CMake configuration
options turns out it doesn't so the installed headers don't actually
reflect the configured features at build time. This commit changes this
to install from the headers-in-the-build-directory which indeed do
reflect features.
0 commit comments