Skip to content

Commit

Permalink
Added moveit_common into CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak committed Oct 10, 2024
1 parent 0c55462 commit 02d055a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.8)
project(moveit_middleware_benchmark)

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()
# Common cmake code applied to all moveit packages
find_package(moveit_common REQUIRED)
moveit_package()

# find dependencies
find_package(ament_cmake REQUIRED)
Expand Down

0 comments on commit 02d055a

Please sign in to comment.