-1

The demo Polyhedron in CGA with Cmake Configuring incomplete, gives:

"EIGEN3_INCLUDE_DIR-NOTFOUND"

error screenshot

I've been stuck for a while; any idea to help me?

Brock Adams
  • 90,639
  • 22
  • 233
  • 295
Daniel
  • 5
  • 2

1 Answers1

0

It means that Eigen's headers have not been automatically found. Therefore you need to explicitly specify their location by defining the cmake variable EIGEN3_INCLUDE_DIR to the appropriate location. Of course, this also means that you need to have Eigen's headers installed somewhere.

ggael
  • 28,425
  • 2
  • 65
  • 71