Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: CGAL build with Eigen

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: CGAL build with Eigen


Chronological Thread 
  • From: mriem <>
  • To:
  • Subject: [cgal-discuss] Re: CGAL build with Eigen
  • Date: Fri, 13 Jul 2012 03:39:34 -0700 (PDT)

Hi Sebastien

I did what you said

#Added this before to find eigen, directory where FindEigen3.cmake is
set(CMAKE_MODULE_PATH "~/Installed_apps/eigen-eigen-ca142d0540d3/cmake")

#Sebastiens instructions
find_package(Eigen3 3.0.91)
if(EIGEN3_FOUND)
include( ${EIGEN3_USE_FILE} ) #this is where the error occurs!
else()
message(STATUS "NOTICE: Eigen library is not found.")
endif()


But I get and error when doing make

include called with wrong number of arguments. Include only takes one file.

Any idea why this happens?

Thanks

Miguel



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/CGAL-build-with-Eigen-tp4655443p4655447.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page