diff options
author | Kefu Chai <kchai@redhat.com> | 2019-07-05 05:03:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 05:03:33 +0200 |
commit | a4ddc4bd857b66078f72cd114655e7516851b5d4 (patch) | |
tree | 027ba1161e2ec3e30b3bf615f39297f55a25768a /src/CMakeLists.txt | |
parent | Merge pull request #28835 from croit/fix-24420 (diff) | |
parent | doc: drop the information about PKI tokens. (diff) | |
download | ceph-a4ddc4bd857b66078f72cd114655e7516851b5d4.tar.xz ceph-a4ddc4bd857b66078f72cd114655e7516851b5d4.zip |
Merge pull request #27834 from rzarzynski/wip-nss-drop-cms
rgw, common, build: drop NSS support
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5eefa5c52b9..06b4d6d506c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -187,8 +187,6 @@ if(${ENABLE_COVERAGE}) list(APPEND EXTRALIBS gcov) endif(${ENABLE_COVERAGE}) -include_directories(${NSS_INCLUDE_DIR} ${NSPR_INCLUDE_DIR}) - set(GCOV_PREFIX_STRIP 4) # the src/.git_version file may be written out by make-dist; otherwise |