Merge pull request #1856 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop

* commit 'c476f020769d8f78581ef399c59e3d4e6e202b2f':
  HDFFV-10879 fix reference file
  HDFFV-10879 correct API version set command
This commit is contained in:
Allen Byrne 2019-08-12 15:58:48 -05:00
commit e874070dbb
2 changed files with 2 additions and 2 deletions

View File

@ -642,7 +642,7 @@ if (H5_HAVE_PARALLEL)
endif ()
endif ()
set (DEFAULT_API_VERSION "v112" CACHE STRING "Enable v1.12 API (v16, v18, v110, v112)" FORCE)
#set (DEFAULT_API_VERSION "v112" CACHE STRING "Enable v1.12 API (v16, v18, v110, v112)" FORCE)
set_property (CACHE DEFAULT_API_VERSION PROPERTY STRINGS v16 v18 v110 v112)
#-----------------------------------------------------------------------------
# Option to use 1.6.x API

View File

@ -1 +1 @@
Test skipped because backward compatbility with v1.6 is configured in
Test skipped because backward compatibility with v1.6 is configured in