From d91bff02d797536bc5e7fd4879cbe69b67a2587a Mon Sep 17 00:00:00 2001 From: Matthew Larson Date: Wed, 30 Aug 2023 13:40:41 -0500 Subject: [PATCH] Remove redundant HDF5 libs from exports --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8578cd23..4d8c4233 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -589,7 +589,6 @@ else () set (HDF5_LIBRARIES_TO_EXPORT ${HDF5_C_HL_LIBRARIES} - ${HDF5_C_LIBRARIES} ) endif ()