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

Commit abf7f81

Browse files
authored
Merge pull request #97 from nim65s/devel
[CMake] Search for Python & Boost::Python
2 parents ac7f846 + a837da3 commit abf7f81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)

cmake

0 commit comments

Comments
 (0)