diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 18:39:44 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 18:39:44 -0600 |
commit | 85dc437da27417cce05b5a9f97505b43cfdf4dee (patch) | |
tree | 3b6984e9f42a085fae821d4024326987a48fdc98 /framework/src/domain/mime/tests/CMakeLists.txt | |
parent | 25b4f6e2d7ed2d783b8ee1eefbe62df713ca0341 (diff) | |
download | kube-85dc437da27417cce05b5a9f97505b43cfdf4dee.tar.gz kube-85dc437da27417cce05b5a9f97505b43cfdf4dee.zip |
The grand cmake cleanup
We had a ton of duplication in our cmake code because we had no common
toplevel settings. This is now cleaned up so we can sanely change
settings and so we know what we have set.
Diffstat (limited to 'framework/src/domain/mime/tests/CMakeLists.txt')
-rw-r--r-- | framework/src/domain/mime/tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/src/domain/mime/tests/CMakeLists.txt b/framework/src/domain/mime/tests/CMakeLists.txt index f94447ff..2844d7ed 100644 --- a/framework/src/domain/mime/tests/CMakeLists.txt +++ b/framework/src/domain/mime/tests/CMakeLists.txt | |||
@@ -5,7 +5,6 @@ include_directories( | |||
5 | ${CMAKE_CURRENT_SOURCE_DIR}/.. | 5 | ${CMAKE_CURRENT_SOURCE_DIR}/.. |
6 | ) | 6 | ) |
7 | 7 | ||
8 | include(ECMAddTests) | ||
9 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Test WebEngine) | 8 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Test WebEngine) |
10 | 9 | ||
11 | include( ${CMAKE_SOURCE_DIR}/cmake/modules/add_gpg_crypto_test.cmake ) | 10 | include( ${CMAKE_SOURCE_DIR}/cmake/modules/add_gpg_crypto_test.cmake ) |