mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 01:18:22 +01:00
build(deps): relax Eigen3 version constraint
This commit is contained in:
parent
1a51dd5a1e
commit
d5bfdf9724
@ -6,7 +6,7 @@ project(
|
||||
VERSION 0.4
|
||||
LANGUAGES CXX)
|
||||
|
||||
find_package(Eigen3 3.4...5 REQUIRED NO_MODULE)
|
||||
find_package(Eigen3 REQUIRED NO_MODULE)
|
||||
find_package(OpenMP)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user