From 821d0877321fd6426391d11c3d43d4d6e2fa2ee3 Mon Sep 17 00:00:00 2001 From: vonhyou Date: Thu, 1 Feb 2024 18:47:48 -0500 Subject: [PATCH] find eigen to try to fix pipeline --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5babe25..a9509d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,8 @@ set(CMAKE_BUILD_TYPE Debug) set(CMAKE_CXX_STANDARD 14) +find_package(Eigen3 REQUIRED) + # Include Eigen include_directories(/usr/include/eigen3)