mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
Compare commits
No commits in common. "9c4aeee410c71d064f7567143d4f8d6451ade75a" and "a562281187024258b4390a1252ccd144b30f6e7f" have entirely different histories.
9c4aeee410
...
a562281187
@ -1,12 +1,12 @@
|
||||
# debian stable (currently bullseye)
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
cmake_minimum_required(VERSION 3.18)
|
||||
|
||||
project(
|
||||
tug
|
||||
VERSION 0.4
|
||||
LANGUAGES CXX)
|
||||
|
||||
find_package(Eigen3 REQUIRED NO_MODULE)
|
||||
find_package(Eigen3 3.4 REQUIRED NO_MODULE)
|
||||
find_package(OpenMP)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user