diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-09-05 19:46:35 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-09-05 19:46:35 +0000 |
commit | 025be3f592b920ff0a3e602e5aa8b60a34e5e617 (patch) | |
tree | 4f33277584e4a38c8bad5c2788584a00cf830ea4 /cmake/Modules/Finddpdk.cmake | |
parent | 6b96668d5b49eea57b7551349eca70928cc199ce (diff) |
Diffstat (limited to 'cmake/Modules/Finddpdk.cmake')
-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 323262afa642..13ae0e4a0ce0 100644 --- a/cmake/Modules/Finddpdk.cmake +++ b/cmake/Modules/Finddpdk.cmake @@ -86,7 +86,7 @@ if(dpdk_FOUND) # Please keep this in mind when changing any CMake files, # and keep in mind what versions of CMake come with, for # example, commonly-used versions of commonly-used - # Linux distributiions.) + # Linux distributions.) # if(NOT CMAKE_VERSION VERSION_LESS 3.19) if(NOT TARGET dpdk::cflags) |