mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 10:28:23 +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
|
VERSION 0.4
|
||||||
LANGUAGES CXX)
|
LANGUAGES CXX)
|
||||||
|
|
||||||
find_package(Eigen3 3.4...5 REQUIRED NO_MODULE)
|
find_package(Eigen3 REQUIRED NO_MODULE)
|
||||||
find_package(OpenMP)
|
find_package(OpenMP)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user