Skip to content

Commit 3f993cd

Browse files
authored
Set required versions (#16)
1 parent 4d0dce1 commit 3f993cd

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
################################################################################
1212

1313
cmake_minimum_required( VERSION 3.12 )
14-
project( oops LANGUAGES CXX Fortran )
14+
project( oops VERSION 1.0.0 LANGUAGES CXX Fortran )
1515

1616
## Ecbuild integration
1717
find_package( ecbuild 3.3.2 REQUIRED )
@@ -49,12 +49,12 @@ find_package( OpenMP COMPONENTS CXX Fortran )
4949
find_package( MPI REQUIRED COMPONENTS CXX Fortran )
5050
find_package( NetCDF REQUIRED COMPONENTS Fortran )
5151
find_package( Boost 1.64.0 REQUIRED)
52-
find_package( eckit 1.4.0 REQUIRED COMPONENTS MPI )
53-
find_package( fckit 0.6.3 REQUIRED )
52+
find_package( eckit 1.11.6 REQUIRED COMPONENTS MPI )
53+
find_package( fckit 0.7.0 REQUIRED )
5454
if(OpenMP_FOUND)
55-
find_package( atlas 0.18.1 REQUIRED COMPONENTS OMP OMP_Fortran )
55+
find_package( atlas 0.20.2 REQUIRED COMPONENTS OMP OMP_Fortran )
5656
else()
57-
find_package( atlas 0.18.1 REQUIRED )
57+
find_package( atlas 0.20.2 REQUIRED )
5858
endif()
5959

6060
#Optional Dependencies

VERSION.cmake

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)