]> granicus.if.org Git - curl/commitdiff
cmake: Added missing mbedTLS support
authorRenaud Lehoux <renaud.lehoux@ercom.fr>
Mon, 30 May 2016 15:26:10 +0000 (17:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 May 2016 21:09:52 +0000 (23:09 +0200)
Closes #837

lib/curl_config.h.cmake

index 6b5070a8bcd6dd4d7f037fc575889dcd9f87ad99..65a414b6606b0f48bfd7a7d4abaf14b7c890087c 100644 (file)
 /* 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