Skip to content

Commit

Permalink
also build on humble
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Jun 15, 2024
1 parent 589b193 commit e03ca62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ project(openeb_vendor CXX)
find_package(ament_cmake REQUIRED)
find_package(ament_cmake_vendor_package REQUIRED)

ament_add_default_options()
if (ament_cmake_vendor_package_VERSION VERSION_GREATER_EQUAL 2.0.0)
ament_add_default_options()
endif()

option(
BUILD_SHARED_LIBS
Expand Down

0 comments on commit e03ca62

Please sign in to comment.