This package mpi_cmake_modules
defines a list of usefull cmake macros.
It can be used by simply depending on it using ament.
The documentation can be seen here
In order to use the CMake macros contained in this package one need to depend on it in the following way:
find_package(mpi_cmake_module REQUIRED)
Note: This will perform by default:
- the
define_os()
macro defined in cmake/os_detection.cmake - the
setup_xenomai()
macro defined in the cmake/xenomai.cmake if the OS Xenomai is detected.
BSD 3-Clause unless specified differently in the file header
- Vincent Berenz (vberenz@tue.mpg.de)
- Maximilien Naveau (mnaveau@tue.mpg.de)
- Felix Widmaier (fwidmaier@tue.mpg.de)