]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: do not use plain target_link_libraries(rgw_a ...) 24515/head
authorKefu Chai <kchai@redhat.com>
Wed, 10 Oct 2018 10:18:03 +0000 (18:18 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Oct 2018 10:29:03 +0000 (18:29 +0800)
commit9bf16b6c31d97b868d4bc591304152e4194dad80
tree519da7c628676738a7ebc2e5c7149a21a4d5b7a5
parentce68d848c0c9510e27e2e77d53b967079396d558
cmake: do not use plain target_link_libraries(rgw_a ...)

this addresses following error:

CMake Error at src/rgw/CMakeLists.txt:178 (target_link_libraries):
  The plain signature for target_link_libraries has already been used
with
  the target "rgw_a".  All uses of target_link_libraries with a target
must
  be either all-keyword or all-plain.

  The uses of the plain signature are here:

   * src/rgw/CMakeLists.txt:168 (target_link_libraries)

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/rgw/CMakeLists.txt