Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed typos in cmake module
  • Loading branch information
wildart committed Oct 10, 2015
commit f160f4985dc99d08983b0ba7c9b97ab52d5d12ca
8 changes: 4 additions & 4 deletions cmake/Modules/FindmbedTLS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# MBEDTLS_ROOT_DIR - Set this variable to the root installation of mbedTLS
#
# Read-Only variables
# MBEDTLS_FOUND - system has Iconv
# MBEDTLS_INCLUDE_DIR - the Iconv include directory
# MBEDTLS_LIBRARIES - Link these to use Iconv
# MBEDTLS_FOUND - system has mbedTLS
# MBEDTLS_INCLUDE_DIR - the mbedTLS include directory
# MBEDTLS_LIBRARIES - Link these to use mbedTLS
#

FIND_PATH(MBEDTLS_ROOT_DIR NAMES include/mbedtls/ssl.h)
FIND_PATH(MBEDTLS_ROOT_DIR NAMES include/mbedtls/version.h)

IF(MBEDTLS_INCLUDE_DIR AND MBEDTLS_LIBRARIES)
# Already in cache, be silent
Expand Down