diff options
author | Clément Péron <peron.clem@gmail.com> | 2021-05-28 17:08:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 17:08:02 +0200 |
commit | 1a2ded768ebf9bacf625057a8032056ccbfdb433 (patch) | |
tree | 21fa2808dd2b6e34b14e4d39bc82a0d2dd99f79d | |
parent | 9455749d32c2793284f736808b9fa61107f52762 (diff) |
CMake: fix typo
-rw-r--r-- | cmake/Modules/Finddpdk.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/Finddpdk.cmake b/cmake/Modules/Finddpdk.cmake index 50eafd90..4deeac06 100644 --- a/cmake/Modules/Finddpdk.cmake +++ b/cmake/Modules/Finddpdk.cmake @@ -21,7 +21,7 @@ if(NOT dpdk_INCLUDE_DIRS) ) find_path(dpdk_common_INCLUDE_DIR rte_common.h HINTS - ENC DPDK_DIR + ENV DPDK_DIR PATH_SUFFIXES dpdk include |