Skip to content

Commit

Permalink
eckit::geo - fixed detection of eckit
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Nov 29, 2024
1 parent f5ea8b6 commit 6cc614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ecbuild_add_option( FEATURE ECKIT_GEO
CONDITION ENABLE_GEOGRAPHY
DEFAULT OFF )

if( eckit_HAVE_ECKIT_GEO AND NOT TARGET eckit_geo )
if( eccodes_HAVE_ECKIT_GEO AND NOT TARGET eckit_geo )
ecbuild_find_package(NAME eckit VERSION 1.27 REQUIRED)
if( NOT TARGET eckit_geo )
ecbuild_critical("eckit has not been built with ECKIT_GEO enabled")
Expand Down

0 comments on commit 6cc614d

Please sign in to comment.