X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Ftlsmbedtls%2FCMakeLists.txt;h=1accd7e37cbe6489fabb5e87fc0d43fc3adfd307;hb=3648d93b9888f4d91e2fc5fa61018c4310adc86f;hp=96bc97df3f563f0d3d12e0dd675ca4b91a4615d6;hpb=88b2e3682be6303973fc59c3c62141d64a9e10d7;p=vpp.git diff --git a/src/plugins/tlsmbedtls/CMakeLists.txt b/src/plugins/tlsmbedtls/CMakeLists.txt index 96bc97df3f5..1accd7e37cb 100644 --- a/src/plugins/tlsmbedtls/CMakeLists.txt +++ b/src/plugins/tlsmbedtls/CMakeLists.txt @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -find_path(MBEDTLS_INCLUDE_DIR NAMES mbedtls/ssl.h) +vpp_find_path(MBEDTLS_INCLUDE_DIR NAMES mbedtls/ssl.h) if (NOT MBEDTLS_INCLUDE_DIR) message(WARNING "-- mbedtls headers not found - tlsmbedtls plugin disabled")