]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: do not depend on ${DPDK_LIBRARIES} if not using bundled dpdk 23885/head
authorKefu Chai <kchai@redhat.com>
Sun, 8 Jul 2018 10:21:37 +0000 (18:21 +0800)
committerNathan Cutler <ncutler@suse.com>
Sun, 2 Sep 2018 17:09:47 +0000 (19:09 +0200)
commit136a04e3e7bf96a7b4574462790ed328bc6e8c4c
tree0a252976966bf5bcc374c317bc38f6a6acee763b
parent42cfc1b5895a6eee8b7519d555b828ccf60ec2c0
cmake: do not depend on ${DPDK_LIBRARIES} if not using bundled dpdk

${DPDK_LIBRARIES} will be link flags instead of library targets if
libdpdk is not built using the bundled source.

Fixes: http://tracker.ceph.com/issues/24449
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 1c41870184a3857d94ccf2c77958e2f0aad8dad8)
src/CMakeLists.txt