Skip to content

Commit

Permalink
wrp_sdk_robot: add wrp-sdk cmake config
Browse files Browse the repository at this point in the history
  • Loading branch information
hanskw-weston committed May 17, 2024
1 parent e35f34d commit b15cf98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrp_sdk_robot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
# -fno-gnu-unique is a hotfix for when compiling on humble
endif()

list(APPEND CMAKE_PREFIX_PATH "/opt/weston_robot/lib/cmake")

# find dependencies
find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
Expand Down

0 comments on commit b15cf98

Please sign in to comment.