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

Failing in release #1

Open
shivareddy37 opened this issue Oct 17, 2023 · 0 comments
Open

Failing in release #1

shivareddy37 opened this issue Oct 17, 2023 · 0 comments

Comments

@shivareddy37
Copy link

when running "cmake -DCMAKE_BUILD_TYPE=Release .."
I get the following error

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

I tried setting the prefix path like so
cmake -DCMAKE_PREFIX_PATH=/abs_path/FairMOT-cpp/third_party/eigen-3.4.0/ and cmake -DCMAKE_PREFIX_PATH=/abs_path/FairMOT-cpp/third_party/eigen-3.4.0/build

I still get the above error. If anyone could help new to c++

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

1 participant