X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Frdma%2FCMakeLists.txt;h=f598ff8c70159c0056f505b96d8901644a0fcddf;hb=3648d93b9888f4d91e2fc5fa61018c4310adc86f;hp=cc104f871c10e2c9aa0303b29bad7d250514160c;hpb=88b2e3682be6303973fc59c3c62141d64a9e10d7;p=vpp.git diff --git a/src/plugins/rdma/CMakeLists.txt b/src/plugins/rdma/CMakeLists.txt index cc104f871c1..f598ff8c701 100644 --- a/src/plugins/rdma/CMakeLists.txt +++ b/src/plugins/rdma/CMakeLists.txt @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -find_path(IBVERBS_INCLUDE_DIR NAMES infiniband/verbs.h) +vpp_find_path(IBVERBS_INCLUDE_DIR NAMES infiniband/verbs.h) if (NOT IBVERBS_INCLUDE_DIR) message(WARNING "-- rdma headers not found - rdma plugin disabled")