Skip to content

Commit

Permalink
Correct default version
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Oct 2, 2024
1 parent 3484de2 commit 3749e32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,7 @@ if (HDF5_ENABLE_SUBFILING_VFD)
endif()


#option (DEFAULT_API_VERSION "Enable v1.16 API (v16, v18, v110, v112, v114, v116, v118)" "v116")
set (DEFAULT_API_VERSION "v116" CACHE STRING "Enable v1.16 API (v16, v18, v110, v112, v114, v116, v118)")
set (DEFAULT_API_VERSION "v118" CACHE STRING "Enable v1.16 API (v16, v18, v110, v112, v114, v116, v118)")
set_property (CACHE DEFAULT_API_VERSION PROPERTY STRINGS v16 v18 v110 v112 v114 v116 v118)
#-----------------------------------------------------------------------------
# Option to use 1.6.x API
Expand Down

0 comments on commit 3749e32

Please sign in to comment.