Skip to content

Commit 1e80108

Browse files
committed
Remove redundant export lib
1 parent 0d59bf3 commit 1e80108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@ if (BUILD_STATIC_LIBS)
386386
set (LINK_STATIC_LIBS ${LINK_LIBS})
387387
set (HDF5_VOL_REST_LIBRARIES_TO_EXPORT ${HDF5_VOL_REST_LIBRARIES_TO_EXPORT} ${HDF5_VOL_REST_LIB_TARGET} CACHE INTERNAL "Store which libraries should be exported" FORCE)
388388
# Value is not automatically inherited from cache on Windows
389-
if (WIN32)
390-
set (HDF5_VOL_REST_LIBRARIES_TO_EXPORT ${HDF5_VOL_REST_LIBRARIES_TO_EXPORT} ${HDF5_VOL_REST_LIB_TARGET})
391-
endif()
389+
# if (WIN32)
390+
# set (HDF5_VOL_REST_LIBRARIES_TO_EXPORT ${HDF5_VOL_REST_LIBRARIES_TO_EXPORT} ${HDF5_VOL_REST_LIB_TARGET})
391+
# endif()
392392
endif ()
393393

394394
set (CMAKE_POSITION_INDEPENDENT_CODE ON)

0 commit comments

Comments
 (0)