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
- N.B. I think things will break if the user passes `DESTDIR=<...>
make install` This needs to be made more robust
- CMake should write one script via `configure_file()` at build time
into a staging directory that points to the build locations of
everything and is made a+x
- CMake should then use `configure_file()` again during `make
install` so that it can properly handle cases where the user might
set `DESTDIR=`
0 commit comments