From 50cf4c4c357273663d8f399928922ff786a69ba7 Mon Sep 17 00:00:00 2001 From: Raul Tapia <47368172+raultapia@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:51:30 +0000 Subject: [PATCH] Fix #2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 103d55d..9128054 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20.0) project(efft) -find_package(Eigen3 REQUIRED) +find_package(Eigen3 3.4.0 REQUIRED) include(GoogleTest) enable_testing()