From 175daad97a9c73aaca7177f00fe77c8d5567e6ea Mon Sep 17 00:00:00 2001 From: Roland Haas Date: Wed, 20 Oct 2021 12:50:59 -0500 Subject: [PATCH] h5vol: remove forced SHARED build to respect BUILD_SHARED_LIBS option --- source/h5vol/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/h5vol/CMakeLists.txt b/source/h5vol/CMakeLists.txt index 4c32d6b23e..1ca135d306 100644 --- a/source/h5vol/CMakeLists.txt +++ b/source/h5vol/CMakeLists.txt @@ -3,7 +3,7 @@ # accompanying file Copyright.txt for details. #------------------------------------------------------------------------------# -add_library(adios2_h5vol SHARED +add_library(adios2_h5vol H5VolReadWrite.c H5Vol.c H5VolUtil.c