EventVisionLibrary / evl

Event Vision Library (EVL)
BSD 3-Clause "New" or "Revised" License
26 stars 4 forks source link

Cannot find Eigen3 #40

Closed shiba24 closed 6 years ago

shiba24 commented 6 years ago

I couldn't build with Eigen3 with my ubuntu environment.

To Reproduce Steps to reproduce the behavior:

evl/examples/build$ cmake ..
-- Boost version: 1.67.0
CMake Error at CMakeLists.shared:7 (find_package):
  By not providing "FindEigen3.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Eigen3", but
  CMake did not find one.

  Could not find a package configuration file provided by "Eigen3" with any
  of the following names:

    Eigen3Config.cmake
    eigen3-config.cmake

  Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set
  "Eigen3_DIR" to a directory containing one of the above files.  If "Eigen3"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  CMakeLists.txt:13 (include)

-- Configuring incomplete, errors occurred!
See also "/home/shiba/work/evl/examples/build/CMakeFiles/CMakeOutput.log".

Environment (please complete the following information):