mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Update RELEASE.txt Remove "currently under development" from h5vers for
HDF5Config.cmake that causes cmake not to find HDF5.
This commit is contained in:
parent
972344e231
commit
00a19eebf0
@ -356,7 +356,7 @@ if ($HDF5CONFIGCMAKE) {
|
||||
my $sub_rel_ver_str = (
|
||||
$newver[3] eq ""
|
||||
? sprintf("\"%s\"", "")
|
||||
: sprintf("\"%s\"", "-".$newver[3].", currently under development")
|
||||
: sprintf("\"%s\"", "-".$newver[3])
|
||||
);
|
||||
my $version_string = sprintf("\"%d.%d.%d\"", @newver[0,1,2]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user