From ccf0ff8a80f66c1cfc5dc065122cd8d7a814b628 Mon Sep 17 00:00:00 2001 From: Seb James Date: Fri, 30 Jan 2026 08:47:07 +0000 Subject: [PATCH] Removes redundant Eigen find_package --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55ffc041..8280c82f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,9 +157,6 @@ endif() # Use packaged nlohmann json find_package(nlohmann_json REQUIRED) -# For a test program (optional) -find_package (Eigen3 NO_MODULE) - # If Qt5 is present, then some optional Qt examples will be compiled find_package(Qt5 QUIET COMPONENTS Gui Core Widgets) if(Qt5_FOUND)