]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
src: Add missing PRIVATE keyword to target_link_libraries command.
authorAbutalib Aghayev <agayev@cs.cmu.edu>
Mon, 8 Jun 2020 14:01:19 +0000 (10:01 -0400)
committerAbutalib Aghayev <agayev@cs.cmu.edu>
Mon, 8 Jun 2020 14:26:35 +0000 (10:26 -0400)
commitf1a214c4490b42cf2ee84d1e9c635679d406555d
tree9b35f4bd46bf767c91f9ba19d7510bf624ffc2a2
parent779de8c3d6f291c76010f3cd826cde6f94255e08
src: Add missing PRIVATE keyword to target_link_libraries command.

This fixes the following cmake error that happens if you have libzbc installed:

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

  The uses of the keyword signature are here:

   * src/blk/CMakeLists.txt:32 (target_link_libraries)

Signed-off-by: Abutalib Aghayev <agayev@cs.cmu.edu>
src/blk/CMakeLists.txt