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: write xtensor.hpp to local dir to keep global build dir clean
Generate xtensor.hpp into ${CMAKE_CURRENT_BINARY_DIR} instead of top-
level ${CMAKE_BINARY_DIR}.
Expose ${CMAKE_CURRENT_BINARY_DIR} via BUILD_INTERFACE so consumers can
find the generated header at build time while keeping install paths
unchanged.
0 commit comments