diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-08 12:16:41 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-08 12:17:00 +0100 |
commit | 87f1ef295c45030b03141c64e01274185b619a7d (patch) | |
tree | c76fcd00bc3acfa0708f5967cb62f8cfd58b6708 /CMakeLists.txt | |
parent | d35262362096db2559386797983f3b6203d1c03f (diff) | |
download | tdesdk-87f1ef295c45030b03141c64e01274185b619a7d.tar.gz tdesdk-87f1ef295c45030b03141c64e01274185b619a7d.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2a66e42a1eba4063da0fe83a2bacedcf63ff0d94)
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 dde6a886..98e8a757 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ include( CheckTypeSize ) include( CheckCSourceCompiles ) include( CheckCXXSourceCompiles ) include( CheckFunctionExists ) +include( CheckSymbolExists ) include( CheckLibraryExists ) |