MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Add MPI support #22

Closed MattClarkson closed 6 years ago

MattClarkson commented 6 years ago

Used in our teaching schedule. Assume OpenMPI is pre-compiled. So, do find_package and pass the correct location to other things that need it.