We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238e268 commit adb68d1Copy full SHA for adb68d1
cmake/Dependencies.cmake
@@ -43,10 +43,6 @@ list(APPEND Caffe_LINKER_LIBS PUBLIC ${GFLAGS_LIBRARIES})
43
include(cmake/ProtoBuf.cmake)
44
45
# ---[ HDF5
46
-find_package(HDF5 COMPONENTS HL REQUIRED)
47
-list(APPEND Caffe_INCLUDE_DIRS PUBLIC ${HDF5_INCLUDE_DIRS})
48
-list(APPEND Caffe_LINKER_LIBS PUBLIC ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES})
49
-
50
# This code is taken from https://github.com/sh1r0/caffe-android-lib
51
if(USE_HDF5)
52
find_package(HDF5 COMPONENTS HL REQUIRED)
0 commit comments