Skip to content

Commit

Permalink
Merge pull request #1201 from sony/feature/20230515-fix-hdf5-intsalla…
Browse files Browse the repository at this point in the history
…tion

Fix installation failure with HDF5
  • Loading branch information
YukioOobuchi authored Jun 19, 2023
2 parents 5cb7924 + 513f182 commit d44d3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function(download_and_extract_library NAME EXT URL TYPE)
endfunction()

if(NNABLA_UTILS_WITH_HDF5)
set(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT OFF)
download_and_extract_library(hdf5-master .zip https://github.com/HDFGroup/hdf5/archive/refs/tags/hdf5-1_12_2.zip DIRECTORY)
set(HDF5_EXTERNALLY_CONFIGURED, 1)
set(HDF5_EXPORTED_TARGETS "nbla_utils-hdf5-targets")
Expand Down

0 comments on commit d44d3ce

Please sign in to comment.