Skip to content

Commit

Permalink
Add atlas-orca requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
twsearle committed Dec 1, 2023
1 parent be4dab1 commit 9dca603
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ ecbuild_debug( " eckit_FEATURES : [${eckit_FEATURES}]" )
find_package( atlas 0.29 REQUIRED )
ecbuild_debug( " atlas_FEATURES: [${atlas_FEATURES}]" )

find_package( atlas-orca REQUIRED )
ecbuild_debug( " atlas_orca_FEATURES: [${atlas_orca_FEATURES}]" )

find_package( oops REQUIRED )
ecbuild_debug( " oops_FEATURES : [${oops_FEATURES}]" )

Expand Down

0 comments on commit 9dca603

Please sign in to comment.