Browse Source

fix a fix~~~ (#323)

tags/20180427
Tiancai Ye nihui 8 years ago
parent
commit
ea95c7a7fc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/caffe/CMakeLists.txt

+ 1
- 1
tools/caffe/CMakeLists.txt View File

@@ -1,5 +1,5 @@

find_package(Protobuf REQUIRED)
find_package(Protobuf)

if(PROTOBUF_FOUND)
include_directories(${PROTOBUF_INCLUDE_DIR})


Loading…
Cancel
Save