Skip to content

Commit

Permalink
cleaned hdf cmake opts
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Oct 19, 2023
1 parent f10e21c commit b41de37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmake/recipes/hdf5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ endif()

message(STATUS "Third-party: creating target 'hdf5'")

option(HDF5_GENERATE_HEADERS "" ON)
option(HDF5_GENERATE_HEADERS "" OFF)
option(HDF5_BUILD_EXAMPLES "" OFF)
option(HDF5_BUILD_TOOLS "" OFF)
option(HDF5_BUILD_UTILS "" OFF)
option(HDF5_BUILD_HL_TOOLS "" OFF)
option(HDF5_BUILD_HL_LIB "" ON)
option(HDF5_TEST_CPP "" OFF)
option(HDF5_TEST_EXAMPLES "" OFF)
option(HDF5_TEST_FORTRAN "" OFF)
Expand All @@ -21,7 +22,8 @@ option(HDF5_TEST_SERIAL "" OFF)
option(HDF5_TEST_SWMR "" OFF)
option(HDF5_TEST_TOOLS "" OFF)
option(HDF5_TEST_VFD "" OFF)

option(HDF5_ENABLE_ALL_WARNINGS "" OFF)
option(HDF5_ENABLE_EMBEDDED_LIBINFO "" OFF)
#To prevent changes in the oput dirs
set (HDF5_EXTERNALLY_CONFIGURED 1)

Expand Down

0 comments on commit b41de37

Please sign in to comment.