diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-05 12:46:06 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-05 12:46:19 +0100 |
commit | 692eb85c8849d9bfec011dd2c98ff79a4112c60e (patch) | |
tree | ff9f2f2d81053eb765cac41eeab48fb8293ac356 /CMakeLists.txt | |
parent | 5e59564fdd167c382fc3798ef74aef6e26cae87b (diff) | |
download | tdepim-692eb85c8849d9bfec011dd2c98ff79a4112c60e.tar.gz tdepim-692eb85c8849d9bfec011dd2c98ff79a4112c60e.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f7fe0b261ed7f78d88ce98c7a239b09ae572b427)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dc4b97bc4..8ff65e9c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ include( CheckTypeSize ) include( CheckCSourceCompiles ) include( CheckCXXSourceCompiles ) include( CheckLibraryExists ) +include( CheckSymbolExists ) ##### include our cmake modules ################# |