cmake build error on master branch
Opened this issue · 1 comments
Zhangwusheng commented
Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev
Expected behavior
cmake build pass
Actual behavior
Error:
CMake Error at CMakeLists.txt:1172 (add_library):
Cannot find source file:
db/db_impl/db_impl_remote_compaction.cc
Steps to reproduce the behavior
checkout master branch,
cd rocksdb-cloud-master
mkdir cmake-debug-build
cd cmake-debug-build
cmake3 ..
dhruba commented
Good catch, can you pl submit a pull request please?