Skip to content

Commit

Permalink
Update hdf5.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored Dec 12, 2023
1 parent 69e61f2 commit 02ddb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries.cmake/hdf5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MACRO( OPENMS_CONTRIB_BUILD_HDF5 )
-D CMAKE_INSTALL_PREFIX=${PROJECT_BINARY_DIR}
-D BUILD_TESTING=Off
-D HDF5_BUILD_EXAMPLES=Off
-D HDF5_BUILD_TOOLS=Off
-D HDF5_BUILD_TOOLS=On
${_HDF5_CMAKE_ARGS}
${HDF5_DIR}
WORKING_DIRECTORY ${_HDF5_NATIVE_BUILD_DIR}
Expand Down

0 comments on commit 02ddb87

Please sign in to comment.