Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error #24

Open
SyomaKiss opened this issue Feb 9, 2023 · 1 comment
Open

Build error #24

SyomaKiss opened this issue Feb 9, 2023 · 1 comment

Comments

@SyomaKiss
Copy link

Ubuntu 22.04.1
cmake 3.22.1
To reproduce

git clone https://github.com/luczeng/HoughRectangle.git
mkdir build 
cd build
cmake ..

Getting error

CMake Error at CMakeLists.txt:16 (find_package):
  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.


-- Configuring incomplete, errors occurred!
@BCvS
Copy link

BCvS commented Sep 13, 2023

Had the same issue. Fixed by running sudo apt install libeigen3-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants