3rdparty: Fix inclusion order of CMakeLists.txt

This is so that third-party modules pick up the INSTALL_MBEDTLS_HEADERS variable.
This commit is contained in:
Christoph M. Wintersteiger 2019-04-08 17:00:34 +01:00 committed by Janos Follath
parent 12f359f7da
commit 015f55b558

View File

@ -181,8 +181,6 @@ else()
set(LIB_INSTALL_DIR lib)
endif()
include_directories(include/)
if(ENABLE_ZLIB_SUPPORT)
find_package(ZLIB)