Skip to content
Snippets Groups Projects
Commit 1a77cd84 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

CMake: update for eigenpy 2.7.12

parent 30a594f3
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ SET(CXX_DISABLE_WERROR TRUE)
# JRL-cmakemodule setup
INCLUDE(cmake/hpp.cmake)
INCLUDE(cmake/python.cmake)
INCLUDE(cmake/boost.cmake)
# Project definition
......@@ -24,10 +23,8 @@ COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
IF(BUILD_PYTHON_INTERFACE)
FINDPYTHON()
STRING(REGEX REPLACE "-" "_" PY_NAME ${PROJECT_NAME})
SEARCH_FOR_BOOST_PYTHON(REQUIRED)
ADD_PROJECT_DEPENDENCY(eigenpy REQUIRED)
ADD_PROJECT_DEPENDENCY(eigenpy 2.7.12 REQUIRED)
ENDIF(BUILD_PYTHON_INTERFACE)
# Project dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment