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: made rocksdb an imported library #7131

Merged
merged 1 commit into from Jan 7, 2016
Merged

cmake: made rocksdb an imported library #7131

merged 1 commit into from Jan 7, 2016

Conversation

alimaredia
Copy link
Contributor

Systems with the minimum required version of CMake
such as Ubuntu Trusty Tahr don't support
INTERFACE_LINK_LIBRARIES, so rocksdb was made into
an IMPORTED library.

Signed-off-by: Ali Maredia amaredia@redhat.com

Systems with the minimum required version of CMake
such as Ubuntu Trusty Tahr don't support
INTERFACE_LINK_LIBRARIES, so rocksdb was made into
an IMPORTED library. Added ROCKSDB_INCLUDE_DIR to
simplify target_include_directories rocksdb.

Signed-off-by: Ali Maredia <amaredia@redhat.com>
@tchaikov
Copy link
Contributor

tchaikov commented Jan 7, 2016

tested locally. compiles with cmake 2.8.12.

@tchaikov tchaikov self-assigned this Jan 7, 2016
tchaikov added a commit that referenced this pull request Jan 7, 2016
cmake: made rocksdb an imported library

Reviewed-by: Kefu Chai <kchai@redhat.com>
@tchaikov tchaikov merged commit 60ef8bf into master Jan 7, 2016
@yuyuyu101 yuyuyu101 deleted the wip-cmake branch January 7, 2016 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants