Skip to content

Commit

Permalink
[ci] More build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 25, 2024
1 parent 2dcab38 commit c31d8d4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ score_common_setup()

block()
set(HDF5_IS_PARALLEL 0)
set(HDF5_ENABLE_NONSTANDARD_FEATURES 0)
set(HDF5_EXTERNALLY_CONFIGURED 1)
set(HDF5_INSTALL_NO_DEVELOPMENT 1)
set(HDF5_ENABLE_EMBEDDED_LIBINFO 0)
Expand All @@ -43,15 +44,14 @@ block()
set(H5_HAVE_VASPRINTF 0 CACHE "" INTERNAL)
endif()
add_subdirectory(3rdparty/hdf5)
endblock()

block()
set(HIGHFIVE_EXAMPLES 0)
set(HIGHFIVE_UNIT_TESTS 0)
set(HIGHFIVE_BUILD_DOCS 0)
set(HDF5_IS_PARALLEL 0)
set(HIGHFIVE_FIND_HDF5 0)
add_subdirectory(3rdparty/HighFive)
block()
set(HIGHFIVE_EXAMPLES 0)
set(HIGHFIVE_UNIT_TESTS 0)
set(HIGHFIVE_BUILD_DOCS 0)
set(HDF5_IS_PARALLEL 0)
set(HIGHFIVE_FIND_HDF5 0)
add_subdirectory(3rdparty/HighFive)
endblock()
endblock()

add_library(score_addon_datareader
Expand Down

0 comments on commit c31d8d4

Please sign in to comment.