We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5515173 commit c2d2e02Copy full SHA for c2d2e02
1 file changed
Patches/Caffe/527f97c0692f116ada7cb97eed8172ef7da05416/cmake/Dependencies.cmake
@@ -37,8 +37,8 @@ if(MSVC)
37
list(APPEND CMAKE_MODULE_PATH ${HDF5_DIR})
38
endif()
39
find_package(HDF5 COMPONENTS C HL REQUIRED)
40
- set(HDF5_LIBRARIES hdf5-shared)
41
- set(HDF5_HL_LIBRARIES hdf5_hl-shared)
+# set(HDF5_LIBRARIES hdf5-shared)
+# set(HDF5_HL_LIBRARIES hdf5_hl-shared)
42
else()
43
find_package(HDF5 COMPONENTS HL REQUIRED)
44
0 commit comments