Skip to content

machines-in-motion/mpi_cmake_modules

Repository files navigation

continuous integration check_main_branch_and_deploy_doc

Readme

Introduction

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

Getting started

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.

License

BSD 3-Clause unless specified differently in the file header

Authors