Skip to content

Commit

Permalink
Remove redundant export lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jan 10, 2025
1 parent 0d59bf3 commit 1e80108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,9 @@ if (BUILD_STATIC_LIBS)
set (LINK_STATIC_LIBS ${LINK_LIBS})
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)
# Value is not automatically inherited from cache on Windows
if (WIN32)
set (HDF5_VOL_REST_LIBRARIES_TO_EXPORT ${HDF5_VOL_REST_LIBRARIES_TO_EXPORT} ${HDF5_VOL_REST_LIB_TARGET})
endif()
# if (WIN32)
# set (HDF5_VOL_REST_LIBRARIES_TO_EXPORT ${HDF5_VOL_REST_LIBRARIES_TO_EXPORT} ${HDF5_VOL_REST_LIB_TARGET})
# endif()
endif ()

set (CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit 1e80108

Please sign in to comment.