Skip to content

Commit

Permalink
tweak hdf5.lite dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Jan 11, 2023
1 parent 38ab914 commit 7acd30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/c++/hdf5.lite/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(MODULE_NAME hdf5.lite)

if(CODA_ENABLE_HDF5)
set(MODULE_DEPS str-c++ except-c++ types-c++ io-c++ logging-c++ str-c++ coda_oss-c++ config-c++ gsl-c++)
set(MODULE_DEPS except-c++ types-c++ io-c++ coda_oss-c++)
list(APPEND MODULE_DEPS hdf5-c++)

coda_add_module(
Expand Down
2 changes: 1 addition & 1 deletion modules/c++/hdf5.lite/wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME = 'hdf5.lite'
VERSION = '1.0'
MODULE_DEPS = 'hdf5 hdf5cpp str except io logging sys coda_oss config gsl'
MODULE_DEPS = 'hdf5 hdf5cpp except types io coda_oss'
USELIB_LOCAL = 'hdf5-c hdf5cpp-c'

options = configure = distclean = lambda p: None
Expand Down

0 comments on commit 7acd30e

Please sign in to comment.