From 4bd4d156b5b1c3cc744b765c1218934b604818ac Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Wed, 1 Apr 2026 09:26:22 +0300 Subject: [PATCH] ... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03270bc..687a57c 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()