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

Use CMake relative destination directories, instead of hardcoding dirs #1

Closed giordano closed 3 years ago

giordano commented 3 years ago

This is in particular useful for libraries on Windows, which should be installed under bin/, not lib/. See CMake documentation for more information about these variables.