build: declare some CMake variables as advanced

Type: make
Change-Id: I780c1c81a50cb92bc89c05856efd8ef88479c0ab
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2021-04-30 20:27:53 +02:00
parent 88b2e3682b
commit 3648d93b98
11 changed files with 28 additions and 18 deletions

View File

@ -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")