Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
raultapia committed Dec 9, 2024
1 parent d4aff29 commit 50cf4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 50cf4c4

Please sign in to comment.