aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorClément Péron <peron.clem@gmail.com>2021-05-28 17:08:02 +0200
committerGitHub <noreply@github.com>2021-05-28 17:08:02 +0200
commit1a2ded768ebf9bacf625057a8032056ccbfdb433 (patch)
tree21fa2808dd2b6e34b14e4d39bc82a0d2dd99f79d /cmake
parent9455749d32c2793284f736808b9fa61107f52762 (diff)
CMake: fix typo
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/Finddpdk.cmake2
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