Skip to content

Commit

Permalink
Merge pull request #22 from clearpathrobotics/drop-signals
Browse files Browse the repository at this point in the history
Drop signals boost component.
  • Loading branch information
mikepurvis authored Mar 4, 2020
2 parents 8d64dd8 + 6bd7046 commit 2e6835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ find_package(

## Add find-modules and define external dependencies
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
find_package(Boost REQUIRED COMPONENTS system signals python)
find_package(Boost REQUIRED COMPONENTS system python)
find_package(Eigen3 REQUIRED)
find_package(PythonLibs REQUIRED)
find_package(Bullet REQUIRED)
Expand Down

0 comments on commit 2e6835d

Please sign in to comment.