Skip to content

Commit

Permalink
Merge pull request #2066 from caotto/leveldb_include_update
Browse files Browse the repository at this point in the history
Update leveldb include variable name to match FindLevelDB.cmake
  • Loading branch information
jeffdonahue committed Mar 9, 2015
2 parents c99b83c + d952ea3 commit 9e970c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e970c1

Please sign in to comment.