We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
cmake build pass
Error: CMake Error at CMakeLists.txt:1172 (add_library): Cannot find source file:
db/db_impl/db_impl_remote_compaction.cc
checkout master branch, cd rocksdb-cloud-master mkdir cmake-debug-build cd cmake-debug-build cmake3 ..
The text was updated successfully, but these errors were encountered:
Good catch, can you pl submit a pull request please?
Sorry, something went wrong.
No branches or pull requests
Expected behavior
cmake build pass
Actual behavior
Error:
CMake Error at CMakeLists.txt:1172 (add_library):
Cannot find source file:
Steps to reproduce the behavior
checkout master branch,
cd rocksdb-cloud-master
mkdir cmake-debug-build
cd cmake-debug-build
cmake3 ..
The text was updated successfully, but these errors were encountered: