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:06 +0100 |
commit | f7fe0b261ed7f78d88ce98c7a239b09ae572b427 (patch) | |
tree | 542be241b705794ef142dfe65f5b08a8ae1c04c9 /CMakeLists.txt | |
parent | e5d4b184e67d27580e3854b8d7b6ca335907b785 (diff) | |
download | tdepim-f7fe0b261ed7f78d88ce98c7a239b09ae572b427.tar.gz tdepim-f7fe0b261ed7f78d88ce98c7a239b09ae572b427.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 89d00a740..852ac4a57 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 ################# |