You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactors state and mode pair to struct (#16)
* Adds 'how to apply' section to doc (#18): Documents how to design (and how not to design) system modes
* Tests for mode inference
* Use ament_target_dependencies to link boost_program_options (#17)
find_package(Boost) may pass file paths for Boost libraries which are
not in the default search locations at link time.
Since FindBoost.cmake sets Boost_<C>_FOUND and Boost_<C>_LIBRARIES for
each requested component, we can let ament_target_dependencies discover
the component as if it were a standalone package.
Signed-off-by: Arne Nordmann <arne.nordmann@de.bosch.com>
Co-authored-by: Scott K Logan <logans@cottsay.net>
Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com>
0 commit comments