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: build static libs if they are internal ones #39566

Merged
merged 1 commit into from Feb 19, 2021

Commits on Feb 19, 2021

  1. cmake: build static libs if they are internal ones

    there are chances that user or build script set `BUILD_SHARED_LIBS`,
    so these convenience libraries (using the autotools' terminology)
    are built and linked by never get installed.
    
    Fixes: https://tracker.ceph.com/issues/38611
    Fixes: https://tracker.ceph.com/issues/49080
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Feb 19, 2021
    Copy the full SHA
    df841b2 View commit details
    Browse the repository at this point in the history