diff options
author | Slávek Banko <[email protected]> | 2019-02-15 16:59:13 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-15 16:59:13 +0100 |
commit | 147523ef361e25bc14c1ff4f452bfd017c5f7385 (patch) | |
tree | e065b28f0a61c3445124df30231ebb4ad3b1979e /CMakeLists.txt | |
parent | 562026e809c3c83b74ce32266c69a2a026f038a0 (diff) | |
download | tdenetworkmanager-147523ef361e25bc14c1ff4f452bfd017c5f7385.tar.gz tdenetworkmanager-147523ef361e25bc14c1ff4f452bfd017c5f7385.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c1f7e42..d2ef19b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,9 @@ set( TDENETWORKMANAGER_VERSION "0.9" ) ##### include essential cmake modules ########### -include( CheckCXXSourceCompiles ) include( FindPkgConfig ) +include( CheckSymbolExists ) +include( CheckCXXSourceCompiles ) ##### include our cmake modules ################# |