mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Fix path to libhdf5.settings in cmakehdf5 (#3140)
This commit is contained in:
parent
de2cbcf891
commit
10093f7c43
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
# Build and Test HDF5 using cmake.
|
||||
# Author: Allen Byrne
|
||||
# Albert Cheng
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user