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:
@ -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")
|
||||
|
Reference in New Issue
Block a user