You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -386,9 +386,9 @@ if (BUILD_STATIC_LIBS)
386
386
set (LINK_STATIC_LIBS ${LINK_LIBS})
387
387
set (HDF5_VOL_REST_LIBRARIES_TO_EXPORT ${HDF5_VOL_REST_LIBRARIES_TO_EXPORT}${HDF5_VOL_REST_LIB_TARGET}CACHEINTERNAL"Store which libraries should be exported" FORCE)
388
388
# 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})
0 commit comments