Skip to content

Commit

Permalink
Fix path to libhdf5.settings in cmakehdf5 (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Jun 16, 2023
1 parent de2cbcf commit 10093f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/cmakehdf5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
# Build and Test HDF5 using cmake.
# Author: Allen Byrne
# Albert Cheng
Expand Down Expand Up @@ -365,7 +365,7 @@ STEP "Configure..." \
$with_zlib \
$with_szlib \
$srcdir" $configlog &&\
cat $config_summary >> $configlog
cat src/$config_summary >> $configlog

# 5. Build the C library, tools and tests with this command:
STEP "Build the library, tools and tests, ..." "cmake --build . --config Release -- $njobs" $makelog
Expand Down

0 comments on commit 10093f7

Please sign in to comment.