X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Flinux-cp%2FCMakeLists.txt;h=080f73ecce418f3c0a6e047a9416f1c589e994e9;hb=3648d93b9888f4d91e2fc5fa61018c4310adc86f;hp=6b6ccb3d0b159017f99cd21c2faca52361f94f58;hpb=88b2e3682be6303973fc59c3c62141d64a9e10d7;p=vpp.git diff --git a/src/plugins/linux-cp/CMakeLists.txt b/src/plugins/linux-cp/CMakeLists.txt index 6b6ccb3d0b1..080f73ecce4 100644 --- a/src/plugins/linux-cp/CMakeLists.txt +++ b/src/plugins/linux-cp/CMakeLists.txt @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -find_path(LIBNL3_INCLUDE_DIR NAMES libnl3/netlink/route/link/vlan.h) +vpp_find_path(LIBNL3_INCLUDE_DIR NAMES libnl3/netlink/route/link/vlan.h) if (NOT LIBNL3_INCLUDE_DIR) message(WARNING "-- libnl3 headers not found - linux-cp plugin disabled")