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 9f4588e commit 5a55e49Copy full SHA for 5a55e49
cmake/Dependencies.cmake
@@ -46,7 +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
- include_directories(SYSTEM ${HDF5_INCLUDE_DIRS} ${HDF5_HL_INCLUDE_DIR})
+ include_directories(SYSTEM ${HDF5_INCLUDE_DIRS})
50
list(APPEND Caffe_LINKER_LIBS ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES})
51
add_definitions(-DUSE_HDF5)
52
endif()
0 commit comments