From b28636464e3505bad48672a0cd49052b7f7c527c Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 12 Aug 2019 15:19:11 -0500 Subject: HDFFV-10879 correct API version set command --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7115ecb..374e15e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- cgit v0.12 From c476f020769d8f78581ef399c59e3d4e6e202b2f Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 12 Aug 2019 15:38:15 -0500 Subject: HDFFV-10879 fix reference file --- test/testfiles/error_test_2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testfiles/error_test_2 b/test/testfiles/error_test_2 index 6852f6f..85bc2e7 100644 --- a/test/testfiles/error_test_2 +++ b/test/testfiles/error_test_2 @@ -1 +1 @@ -Test skipped because backward compatbility with v1.6 is configured in +Test skipped because backward compatibility with v1.6 is configured in -- cgit v0.12