Skip to content

Commit 16139bd

Browse files
committed
HDF5 generator updated from VS 2019 to 2022
1 parent b1761e7 commit 16139bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdf5.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PropertyGroup>
88
<!-- hdf5 doesn't build correctly using ninja -->
99
<!-- <GENERATOR_NO_QUOTES>$([System.String]::Copy($(GENERATOR)).Replace('"','') )</GENERATOR_NO_QUOTES> -->
10-
<HDF5_GENERATOR_NO_QUOTES>Visual Studio 16 2019</HDF5_GENERATOR_NO_QUOTES>
10+
<HDF5_GENERATOR_NO_QUOTES>Visual Studio 17 2022</HDF5_GENERATOR_NO_QUOTES>
1111
</PropertyGroup>
1212

1313
<Target Name="hdf5-clean">

0 commit comments

Comments
 (0)