From 2bc797b9ae3ac6476d4ecfc9508b222cfc55bd2a Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Wed, 1 Apr 2026 09:28:25 +0300 Subject: [PATCH] ... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 687a57c..03270bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ if(USE_EIGEN3) ) FetchContent_MakeAvailable(eigen) - # find_package(Eigen3 REQUIRED CONFIG) + find_package(Eigen3 REQUIRED CONFIG) endif() endif()