Fixing multi-path MPI include issue
When there are multiple include directories for MPI, as happens on Ubuntu with openmpi, quoting the argument to INCLUDE_DIRECTORIES causes both to be treated as one path, and MPI includes cannot be found.
Please register or sign in to comment