Skip to content

Commit

Permalink
Remove unecessary Eigen flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRAgostinho committed Jul 1, 2017
1 parent 2aa4046 commit 1724651
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ endif()
# Eigen (required)
find_package(Eigen REQUIRED)
include_directories(SYSTEM ${EIGEN_INCLUDE_DIRS})
add_definitions(-DEIGEN_USE_NEW_STDVECTOR
-DEIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET)
add_definitions(-DEIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET)
# FLANN (required)
if(NOT PCL_SHARED_LIBS OR (WIN32 AND NOT MINGW))
set(FLANN_USE_STATIC ON)
Expand Down

0 comments on commit 1724651

Please sign in to comment.