We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412a4b5 commit eac72abCopy full SHA for eac72ab
CMakeLists.txt
@@ -143,7 +143,7 @@ add_library(neural
143
src/nf/io/nf_io_hdf5.f90
144
src/nf/io/nf_io_hdf5_submodule.f90
145
)
146
-target_link_libraries(neural PRIVATE HDF5::HDF5)
+target_link_libraries(neural PRIVATE h5fortran::h5fortran HDF5::HDF5)
147
target_include_directories(neural PRIVATE ${jsonfortran_BINARY_DIR}/include)
148
149
# Remove leading or trailing whitespace
0 commit comments