cmake: Added missing mbedTLS support

Closes #837
This commit is contained in:
Renaud Lehoux 2016-05-30 17:26:10 +02:00 committed by Daniel Stenberg
parent 2072b4ae4f
commit ed8b8f2456
1 changed files with 3 additions and 0 deletions

View File

@ -915,6 +915,9 @@
/* if PolarSSL is enabled */
#cmakedefine USE_POLARSSL 1
/* if mbedTLS is enabled */
#cmakedefine USE_MBEDTLS 1
/* if libSSH2 is in use */
#cmakedefine USE_LIBSSH2 1