Skip to content

Commit 728e281

Browse files
authored
adding more printf for cmake var's value
1 parent f8313cf commit 728e281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/ProtoBuf.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ endif()
3131
message(STATUS "PROTOBUF_INCLUDE_DIR ====== ${PROTOBUF_INCLUDE_DIR}")
3232
message(STATUS "PROTOBUF_LIBRARIES ====== ${PROTOBUF_LIBRARIES}")
3333
message(STATUS "PROTOBUF_PROTOC_EXECUTABLE ====== ${PROTOBUF_PROTOC_EXECUTABLE}")
34+
message(STATUS "Caffe_INCLUDE_DIRS ====== ${Caffe_INCLUDE_DIRS}")
35+
message(STATUS "Caffe_LINKER_LIBS ====== ${Caffe_LINKER_LIBS}")
3436

3537

3638
# place where to generate protobuf sources

0 commit comments

Comments
 (0)