summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-07-24 21:48:11 (GMT)
committerGitHub <noreply@github.com>2023-07-24 21:48:11 (GMT)
commit31cbc8965f5dca7eefb923f928071a7618896ff6 (patch)
treed031d74ab0f2eb74e57afb49b63270c3835bd014 /bin/cmakehdf5
parent9d7760b25cc2ebae68074fb4dd501182b0d201e9 (diff)
downloadhdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.zip
hdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.tar.gz
hdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.tar.bz2
sync bin dir with develop (#3269)
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-xbin/cmakehdf59
1 files changed, 2 insertions, 7 deletions
diff --git a/bin/cmakehdf5 b/bin/cmakehdf5
index f17b9c4..6d31b34 100755
--- a/bin/cmakehdf5
+++ b/bin/cmakehdf5
@@ -1,10 +1,5 @@
-#! /bin/sh
+#!/bin/sh
# Build and Test HDF5 using cmake.
-# Author: Allen Byrne
-# Albert Cheng
-# Creation Date: Nov 2012
-# Modified:
-# Changed to use the quick steps described in INSTALL_CMake.txt. (AKC 2014/1/1)
# Copyright: The HDF Group, 2012-14
@@ -365,7 +360,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