Skip to content

Commit 9e2dae5

Browse files
committed
specify minimum atlas version
1 parent 174c87f commit 9e2dae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ecbuild_debug( " NetCDF_FEATURES: [${NetCDF_FEATURES}]" )
2727
find_package( eckit 1.18 COMPONENTS LZ4 REQUIRED )
2828
ecbuild_debug( " eckit_FEATURES : [${eckit_FEATURES}]" )
2929

30-
find_package( atlas 0.38 REQUIRED )
30+
find_package( atlas 0.38.1 REQUIRED )
3131
ecbuild_debug( " atlas_FEATURES: [${atlas_FEATURES}]" )
3232

3333
find_package( atlas-orca REQUIRED )

0 commit comments

Comments
 (0)