Skip to content

Commit

Permalink
Merge pull request #153 from jcarpent/devel
Browse files Browse the repository at this point in the history
Fix packaging issue
  • Loading branch information
nim65s authored Apr 4, 2020
2 parents 473fc01 + e42cebb commit f1ab7c0
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 f1ab7c0

Please sign in to comment.