Skip to content

Commit

Permalink
Use correct CMake option
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jul 25, 2024
1 parent cea4c92 commit 0519ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdf5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ prefer_system_check: |
-DCMAKE_CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
-DCMAKE_INSTALL_PREFIX="$INSTALLROOT" \
${CXXSTD:+-DCMAKE_CXX_STANDARD=$CXXSTD} \
-DHDF_BUILD_CXX=ON
-DHDF5_BUILD_CPP_LIB=ON

cmake --build . -- ${IGNORE_ERRORS:+-k} ${JOBS+-j $JOBS} install

Expand Down

0 comments on commit 0519ddc

Please sign in to comment.