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 5a55e49 commit d950b5cCopy full SHA for d950b5c
cmake/Dependencies.cmake
@@ -46,6 +46,7 @@ include(cmake/ProtoBuf.cmake)
46
# This code is taken from https://github.com/sh1r0/caffe-android-lib
47
if(USE_HDF5)
48
find_package(HDF5 COMPONENTS HL REQUIRED)
49
+ message(WARNING "HDF5_INCLUDE_DIRS: ${HDF5_INCLUDE_DIRS}")
50
include_directories(SYSTEM ${HDF5_INCLUDE_DIRS})
51
list(APPEND Caffe_LINKER_LIBS ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES})
52
add_definitions(-DUSE_HDF5)
0 commit comments