build: declare some CMake variables as advanced
[vpp.git] / src / plugins / rdma / CMakeLists.txt
index cc104f8..f598ff8 100644 (file)
@@ -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")