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: detect bzip2 and lz4 #7126

Merged
merged 2 commits into from
Jan 9, 2016
Merged

Commits on Jan 7, 2016

  1. cmake: add check for liblz4

    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    3626d86 View commit details
    Browse the repository at this point in the history
  2. cmake: detect bzip2 and lz4 for rocksdb

    * this change is the cmake port of 911e7a0.
      the rocksdb's Makefile will detect the installed libbz2 and libz4 by
      its own. if the building env happens to have these libraries installed,
      a link time dependency is introduced. so we are forced to link against
      them.
    * do not REQUIRE BZip2 in cmake anymore
    * only link against bzip2 if it is detected
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    3ded44d View commit details
    Browse the repository at this point in the history