Skip to content

Commit

Permalink
Add find_package(Boost)
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Michaels <[email protected]>
  • Loading branch information
zmichaels11 committed Nov 21, 2019
1 parent 22a104a commit 2b45b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ endif()

# find dependencies
find_package(ament_cmake REQUIRED)
find_package(Boost REQUIRED)

if(APPLE)
find_library(IOKIT_LIBRARY IOKit)
Expand Down

0 comments on commit 2b45b88

Please sign in to comment.