Skip to content

Commit

Permalink
cmake: eigenpy is not a required dependency for pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Apr 4, 2020
1 parent f7d19b7 commit e42cebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})

ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.0")

if (BUILD_PYTHON_INTERFACE)
ADD_PROJECT_DEPENDENCY(eigenpy 2.2 REQUIRED PKG_CONFIG_REQUIRES "eigenpy >= 2.2")
if(BUILD_PYTHON_INTERFACE)
ADD_PROJECT_DEPENDENCY(eigenpy 2.2 REQUIRED)
endif ()

# Required dependencies
Expand Down

0 comments on commit e42cebb

Please sign in to comment.