]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: do not depend on ${DPDK_LIBRARIES} if not using bundled dpdk
authorKefu Chai <kchai@redhat.com>
Sun, 8 Jul 2018 10:21:37 +0000 (18:21 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 8 Jul 2018 10:22:34 +0000 (18:22 +0800)
commit1c41870184a3857d94ccf2c77958e2f0aad8dad8
treecd1b60b92c7bc5ed5c69db97bd56b40cbd86db1b
parenta1d4f9d57c8451bd3917d48bd471a3270c11283c
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>
src/CMakeLists.txt