commit | f41571f30af01b3651f48d9e610b70644f31d119 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Mon Apr 08 17:00:34 2019 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Fri Aug 23 09:57:02 2019 +0100 |
tree | a2fc82caf115cf0a53e6d9b36295afc73165d1b1 | |
parent | 04014be577a383060a431d66aea81783687e77ad [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)