Skip to content

Commit c614140

Browse files
committed
Merge pull request #1083 from durack1/issue1034_durack1_FixH5pyDependencies
Issue1034 durack1 fix h5py dependencies
2 parents 034fa3c + 06e6738 commit c614140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/cdat_modules/h5py_deps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(h5py ${hdf5_pkg} ${python_pkg})
1+
set(h5py_deps ${python_pkg} ${hdf5_pkg} ${numpy_pkg} ${cython_pkg})

0 commit comments

Comments
 (0)