eschnett / MPItrampoline

A forwarding MPI implementation that can use any other MPI implementation via an MPI ABI
MIT License
44 stars 4 forks source link

Don't assume installation in `lib` #11

Closed ocaisa closed 2 years ago

ocaisa commented 2 years ago

I'm not a CMake expert at all, but I think you get the idea. Right now it can happen that some things are installed in lib and some in lib64

eschnett commented 2 years ago

Thanks for the suggestion.

Do you want to update your pull request to do the same for the bin and include directories? This page lists the GNUInstallDirs variables that should (?) be used.