Skip to content

Commit 24b5334

Browse files
committed
CMake: overwrite eigenpy/python.cmake
1 parent 73fcdfd commit 24b5334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ endif(BUILD_TESTING)
3737

3838
if(BUILD_PYTHON_INTERFACE)
3939
add_project_dependency(dynamic-graph-python 4.0.6 REQUIRED)
40+
include(cmake/python.cmake) # TODO: overwriting eigenpy/python.cmake
4041
endif(BUILD_PYTHON_INTERFACE)
4142

4243
if(Boost_VERSION GREATER 107299 OR Boost_VERSION_MACRO GREATER 107299)

0 commit comments

Comments
 (0)