diff options
Diffstat (limited to 'src/plugins/af_xdp')
-rw-r--r-- | src/plugins/af_xdp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/af_xdp/CMakeLists.txt b/src/plugins/af_xdp/CMakeLists.txt index a56f250646c..cbe96aa59dd 100644 --- a/src/plugins/af_xdp/CMakeLists.txt +++ b/src/plugins/af_xdp/CMakeLists.txt @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -find_path(BPF_INCLUDE_DIR NAMES bpf/xsk.h) +vpp_find_path(BPF_INCLUDE_DIR NAMES bpf/xsk.h) if (NOT BPF_INCLUDE_DIR) message(WARNING "libbpf headers not found - af_xdp plugin disabled") return() |