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
This follows up on 85e74b8, where I accidentally used the
`CMAKE_INSTALL_INCLUDEDIR` in the context of copying files to the build
directory.
This breaks cases where the `CMAKE_INSTALL_INCLUDEDIR` is not equal to
`include` (like for `gnuinstall=ON`). The include directory in the build
tree is always just called `include`.
Also, remove some dead code that was left over from copy pasting CMake
code when splitting up `libcppyy` into a regular C++ library and a
CPython extension.
0 commit comments