Skip to content

Commit 5a55e49

Browse files
committed
(cmake) remove non-existing include dir var
1 parent 9f4588e commit 5a55e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ include(cmake/ProtoBuf.cmake)
4646
# This code is taken from https://github.com/sh1r0/caffe-android-lib
4747
if(USE_HDF5)
4848
find_package(HDF5 COMPONENTS HL REQUIRED)
49-
include_directories(SYSTEM ${HDF5_INCLUDE_DIRS} ${HDF5_HL_INCLUDE_DIR})
49+
include_directories(SYSTEM ${HDF5_INCLUDE_DIRS})
5050
list(APPEND Caffe_LINKER_LIBS ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES})
5151
add_definitions(-DUSE_HDF5)
5252
endif()

0 commit comments

Comments
 (0)