Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 21a6726

Browse files
committed
[CMake] Search for Python & Boost::Python
as eigenpy doesn't need the interpreter, rely on it is not enough
1 parent ac7f846 commit 21a6726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ project(${PROJECT_NAME} ${PROJECT_ARGS})
2828
check_minimal_cxx_standard(14 ENFORCE)
2929

3030
# Project dependencies
31+
set(PYTHON_COMPONENTS Interpreter Development NumPy)
3132
add_project_dependency(dynamic-graph 4.4.0 REQUIRED)
3233
add_project_dependency(eigenpy 2.7.10 REQUIRED)
33-
include(cmake/python.cmake) # TODO: overwriting eigenpy/python.cmake
3434
if(BUILD_TESTING)
3535
find_package(Boost REQUIRED COMPONENTS unit_test_framework)
3636
endif(BUILD_TESTING)

0 commit comments

Comments
 (0)