Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Compilation errors in Poisson reconstruction sample code(CGAL 4.2 beta1)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Compilation errors in Poisson reconstruction sample code(CGAL 4.2 beta1)


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Compilation errors in Poisson reconstruction sample code(CGAL 4.2 beta1)
  • Date: Thu, 14 Mar 2013 08:30:39 +0100
  • Organization: GeometryFactory

On 03/14/2013 07:11 AM, Pranav wrote:
Hi,

Problem got solved by adding
*#define CGAL_EIGEN3_ENABLED*
We actually fixed a bug in the code that was expecting a default solver
to be available. Default solver is now available only if
CGAL_EIGEN3_ENABLED is defined.


I am not sure why it was not enabled during Cmake process?

It is if you use the following.

find_package(Eigen3 3.1.0) #(requires 3.1.0 or greater)
if (EIGEN3_FOUND)
include( ${EIGEN3_USE_FILE} )
endif()

Sebastien.




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Compilation-errors-in-Poisson-reconstruction-sample-code-CGAL-4-2-beta1-tp4656940p4656950.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page