commit | 015f55b5580690229085b54f863eb55b0243a24e | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Mon Apr 08 17:00:34 2019 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Thu Aug 29 16:12:38 2019 +0100 |
tree | 08f2ccee378536639515fc9ebac5decf550fb37f | |
parent | 12f359f7daa4307840d05d34b206cbf31c12d869 [diff] |
3rdparty: Fix inclusion order of CMakeLists.txt This is so that third-party modules pick up the INSTALL_MBEDTLS_HEADERS variable.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 57b4b3a..6292c52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -181,8 +181,6 @@ set(LIB_INSTALL_DIR lib) endif() -include_directories(include/) - if(ENABLE_ZLIB_SUPPORT) find_package(ZLIB)