Skip to content

Commit d950b5c

Browse files
committed
(cmake)(temp) print HDF5_INCLUDE_DIRS
1 parent 5a55e49 commit d950b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/Dependencies.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +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+
message(WARNING "HDF5_INCLUDE_DIRS: ${HDF5_INCLUDE_DIRS}")
4950
include_directories(SYSTEM ${HDF5_INCLUDE_DIRS})
5051
list(APPEND Caffe_LINKER_LIBS ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES})
5152
add_definitions(-DUSE_HDF5)

0 commit comments

Comments
 (0)