CMake build system: It is now sufficient to set LWIP_DIR for build

This commit is contained in:
Dirk Ziegelmeier
2018-10-02 12:54:56 +02:00
parent 4b672a1f3c
commit 04ff7926e7
5 changed files with 10 additions and 16 deletions

View File

@@ -1,3 +1,5 @@
set(LWIP_CONTRIB_DIR ${LWIP_DIR}/contrib)
# ARM mbedtls support https://tls.mbed.org/
set(MBEDTLSDIR ${LWIP_DIR}/../mbedtls)
if(EXISTS ${MBEDTLSDIR}/CMakeLists.txt)