Skip to content

Commit

Permalink
Rocksdb fails to build when the source and build directory are not th…
Browse files Browse the repository at this point in the history
…e same. This is a follow

up fix for MDEV-12458
  • Loading branch information
varunraiko committed Jan 2, 2018
1 parent b32b22b commit b2115ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/rocksdb/build_rocksdb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ endif()
SET(ROCKSDB_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/rocksdb)

INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
${ROCKSDB_SOURCE_DIR}
${ROCKSDB_SOURCE_DIR}/include
${ROCKSDB_SOURCE_DIR}/third-party/gtest-1.7.0/fused-src
Expand Down

0 comments on commit b2115ce

Please sign in to comment.