We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d64dd8 + 6bd7046 commit 2e6835dCopy full SHA for 2e6835d
CMakeLists.txt
@@ -12,7 +12,7 @@ find_package(
12
13
## Add find-modules and define external dependencies
14
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
15
-find_package(Boost REQUIRED COMPONENTS system signals python)
+find_package(Boost REQUIRED COMPONENTS system python)
16
find_package(Eigen3 REQUIRED)
17
find_package(PythonLibs REQUIRED)
18
find_package(Bullet REQUIRED)
0 commit comments