ceph/cmake/modules
Kefu Chai a123c85256 cmake: enable Finddpdk to find DPDK to be built
find_package(dpdk...) is used by seastar to find DPDK if Seastar_DPDK is
enabled. but `build_dpdk()` only exposes `dpdk::dpdk`, and it does not
set the variables like `dpdk_INCLUDE_DIRS` and `dpdk_LIBRARIES` when it
gets called. so we need to adapt Finddpdk to query them from `dpdk::dpdk`
target.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2019-10-24 17:54:05 +08:00
..
FindPython cmake: update FindPython* modules 2019-07-20 22:35:07 +08:00
AddCephTest.cmake test/venv: Fix the python version of the test environment 2019-08-27 15:10:21 +02:00
BuildBoost.cmake cmake: update FindPython* modules 2019-07-20 22:35:07 +08:00
BuildDPDK.cmake cmake: refactor BuildDPDK 2019-10-24 15:15:51 +08:00
BuildFIO.cmake
BuildQatDrv.cmake
BuildRocksDB.cmake cmake/modules/BuildRocksDB.cmake: use BUILD_ALWAYS 2019-07-11 19:30:28 +08:00
BuildSPDK.cmake
Buildc-ares.cmake
Buildpmem.cmake
CTags.cmake
CephCheck_link.c cmake: detect linker support 2019-10-08 21:53:03 +08:00
CephCheck_link.map cmake: detect linker support 2019-10-08 21:53:03 +08:00
CephChecks.cmake cmake: detect linker support 2019-10-08 21:53:03 +08:00
CheckCxxAtomic.cmake cmake: Test for 16-byte atomic support on IBM Z 2019-09-29 16:22:52 +02:00
CheckYasm.cmake
Distutils.cmake cmake/modules/Distutils: do not add ${name}-clone if already added 2019-07-26 12:11:25 +02:00
FindBacktrace.cmake
FindBoost.cmake cmake: update FindBoost.cmake 2019-07-30 16:00:04 +02:00
FindCUnit.cmake
FindCython.cmake cmake: update FindPython* modules 2019-07-20 22:35:07 +08:00
FindGMock.cmake
FindGSSApi.cmake
FindJeMalloc.cmake
FindLTTngUST.cmake
FindLZ4.cmake
FindOATH.cmake
FindOpenLdap.cmake
FindPython.cmake cmake: update FindPython* modules 2019-07-20 22:35:07 +08:00
FindPython2.cmake cmake: update FindPython* modules 2019-07-20 22:35:07 +08:00
FindPython3.cmake cmake: update FindPython* modules 2019-07-20 22:35:07 +08:00
FindRabbitMQ.cmake
FindRocksDB.cmake
FindSanitizers.cmake cmake: fix libtsan detection 2019-09-30 14:49:12 -04:00
FindStdFilesystem.cmake cmake: require CMake v3.10.2 2019-08-02 22:09:12 +08:00
FindStdFilesystem_test.cc
Findaio.cmake
Findbabeltrace.cmake
Findblkid.cmake
Findc-ares.cmake
Finddpdk.cmake cmake: enable Finddpdk to find DPDK to be built 2019-10-24 17:54:05 +08:00
Findfcgi.cmake
Findfio.cmake
Findfmt.cmake
Findfuse.cmake
Findgperftools.cmake
Findkeyutils.cmake
Findleveldb.cmake
Findnl.cmake
Findpmem.cmake cmake: Add the support to use system PMDK library 2019-07-10 11:43:27 -04:00
Findqatzip.cmake
Findrdmacm.cmake
Findsnappy.cmake
Findudev.cmake
Finduuid.cmake
Findverbs.cmake
Findxfs.cmake
Findzfs.cmake
GetGitRevisionDescription.cmake cmake/modules/GetGitRevisionDescription: update to work with git-worktree 2019-10-07 14:26:07 -05:00
GetGitRevisionDescription.cmake.in cmake/modules/GetGitRevisionDescription: update to work with git-worktree 2019-10-07 14:26:07 -05:00
SIMDExt.cmake
boost_context_asm_arm_syntax_unified.patch
boost_lockfree_queue_valgrind_error.patch
patch-dpdk-conf.sh