diff options
author | Anders Broman <anders.broman@ericsson.com> | 2019-02-05 15:20:22 +0100 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2019-02-05 15:20:22 +0100 |
commit | cc032c45ea453d8c8d1ba1a9dd1fbe4186acf642 (patch) | |
tree | 4f6672ea8885b0b5415b47be215460bf1a89e4f4 | |
parent | 06a4b58164bac277bad9d4ff33168a1f62131e3a (diff) |
DPDK: When using CMake PCAP_SUPPORT_DPDK is not set.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df9461a4..872e8718 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1443,6 +1443,7 @@ if (NOT DISABLE_DPDK) link_directories(AFTER ${dpdk_LIBRARIES}) set(PCAP_LINK_LIBRARIES ${PCAP_LINK_LIBRARIES} ${dpdk_LIBRARIES}) set(PROJECT_SOURCE_LIST_C ${PROJECT_SOURCE_LIST_C} pcap-dpdk.c) + set(PCAP_SUPPORT_DPDK TRUE) endif() endif() |