зеркало из https://github.com/microsoft/caffe.git
Update leveldb include variable name to match FindLevelDB.cmake
This commit is contained in:
Родитель
256366bf7a
Коммит
d952ea35a4
|
@ -35,7 +35,7 @@ list(APPEND Caffe_LINKER_LIBS ${LMDB_LIBRARIES})
|
|||
|
||||
# ---[ LevelDB
|
||||
find_package(LevelDB REQUIRED)
|
||||
include_directories(SYSTEM ${LEVELDB_INCLUDE})
|
||||
include_directories(SYSTEM ${LevelDB_INCLUDE})
|
||||
list(APPEND Caffe_LINKER_LIBS ${LevelDB_LIBRARIES})
|
||||
|
||||
# ---[ Snappy
|
||||
|
|
Загрузка…
Ссылка в новой задаче