]> granicus.if.org Git - curl/commit
cmake: Fix inconsistency regarding mbed TLS include directory
authorTheAssassin <TheAssassin@users.noreply.github.com>
Sun, 4 Jun 2017 23:02:56 +0000 (01:02 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 8 Jun 2017 22:30:09 +0000 (18:30 -0400)
commit01596dbadf5515da6282b210dcaf2dba724c7e81
tree642f481a4545ee02733628cb86e830bf9b69aa12
parentbc164de7b392dd1f1ffd6013458e32caf03f03cc
cmake: Fix inconsistency regarding mbed TLS include directory

Previously, one had to set MBEDTLS_INCLUDE_DIR to make CMake find the
headers, but the system complained that mbed TLS wasn't found due to
MBEDTLS_INCLUDE_DIRS (note the trailing s) was not set. This commit
attempts to fix that.

Closes https://github.com/curl/curl/pull/1541
CMakeLists.txt