find eigen to try to fix pipeline

This commit is contained in:
Shuo Feng 2024-02-01 18:52:28 -05:00
parent 97f45f55b2
commit 1cd5d9e99a
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1

View file

@ -29,6 +29,7 @@ set(CMAKE_CXX_STANDARD 14)
# Configure Eigen
set(ENV{EIGEN3_ROOT} /usr/include/eigen3/Eigen)
find_package(Eigen3 REQUIRED)
include_directories(${EIGEN3_INCLUDE_DIR})
include_directories(/usr/include/eigen3)
# These folders include some important header files including the header files for your own solution