Skip to content
New issue

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

cmake: fix build with bluestore #7099

Merged
merged 2 commits into from Jan 4, 2016
Merged

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Jan 4, 2016

The BlueStore.cc stuff had gone into the libos target at some point, but not all the things (especially rocksdb) that it depends on.

This is a fairly crude fix that just goes ahead and pulls in everything without any fancy dependency checking. Building rocksdb with the same command line as in autotools: cmake's ExternalProject might e a slicker option but unclear if it adds much when we already have a one-liner for building the external project.

John Spray added 2 commits January 4, 2016 16:30
Signed-off-by: John Spray <john.spray@redhat.com>
Signed-off-by: John Spray <john.spray@redhat.com>
oritwas added a commit that referenced this pull request Jan 4, 2016
@oritwas oritwas merged commit 531e875 into ceph:master Jan 4, 2016
@ghost ghost changed the title Fix cmake build with bluestore cmake: fix build with bluestore Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants