Skip to content
Snippets Groups Projects
Commit b47dcc57 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Remove cmake flag FCL_HAVE_EIGEN

parent e417591c
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,6 @@ ENDIF(APPLE) ...@@ -60,7 +60,6 @@ ENDIF(APPLE)
setup_project() setup_project()
add_required_dependency("eigen3 >= 3.0.0") add_required_dependency("eigen3 >= 3.0.0")
set(FCL_HAVE_EIGEN TRUE)
include_directories(${EIGEN3_INCLUDE_DIRS}) include_directories(${EIGEN3_INCLUDE_DIRS})
# Add a cache variable to allow not compiling and running tests # Add a cache variable to allow not compiling and running tests
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
# include "config.h" # include "config.h"
#cmakedefine01 FCL_HAVE_EIGEN
#cmakedefine01 FCL_HAVE_OCTOMAP #cmakedefine01 FCL_HAVE_OCTOMAP
#endif // FCL_CONFIG_FCL_HH #endif // FCL_CONFIG_FCL_HH
......
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