Skip to content

Commit

Permalink
fix(S3): build fdb-s3 tool only if s3 enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mcakircali committed Jan 6, 2025
1 parent 6dba79c commit 350edc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/fdb5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,12 @@ list( APPEND fdb5_tools
fdb-status
fdb-lock
fdb-unlock
fdb-s3
)

if( HAVE_S3FDB )
list( APPEND fdb5_tools fdb-s3 )
endif()

if ( HAVE_GRIB )
list( APPEND fdb5_tools
fdb-hammer
Expand Down

0 comments on commit 350edc3

Please sign in to comment.