Skip to content

Commit

Permalink
Use 110 version file only for the 1.10 library
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Dec 22, 2023
1 parent 8fa8ea3 commit 1b520d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JAVA/H5J/Java_sourcefiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set (HDF_JAVA_EXAMPLES
HDF5GroupDatasetCreate.java
HDF5SubsetSelect.java
)
if (NOT ${EXAMPLE_VARNAME}_USE_110_API AND H5_LIBVER_DIR EQUAL 110)
if (H5_LIBVER_DIR EQUAL 110)
set (HDF_JAVA_EXAMPLES ${HDF_JAVA_EXAMPLES}
110/HDF5FileStructure.java
)
Expand Down

0 comments on commit 1b520d9

Please sign in to comment.