summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-xbin/cmakehdf52
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cmakehdf5 b/bin/cmakehdf5
index 715d6d7..753eb54 100755
--- a/bin/cmakehdf5
+++ b/bin/cmakehdf5
@@ -248,7 +248,7 @@ if [ ! -d $srcdir ]; then
fi
# figure out version information
-vers=bin/h5vers
+vers=bin/h5vers.pl
if [ ! -x $srcdir/$vers ]; then
echo $srcdir/$vers not found or not executable. Aborted.
exit 1