X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Faf_xdp%2FCMakeLists.txt;h=cbe96aa59dddfa7355cf7fe7f07f21e9777636ed;hb=3648d93b9888f4d91e2fc5fa61018c4310adc86f;hp=a56f250646cf6718458575b2140bbc9bb2836d3a;hpb=88b2e3682be6303973fc59c3c62141d64a9e10d7;p=vpp.git 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()