diff options
author | Slávek Banko <[email protected]> | 2019-02-12 21:54:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-12 21:54:39 +0100 |
commit | a02dce56e2bb15faada6ebbe93de81cb39e0ac95 (patch) | |
tree | ac93fd251a3cdee9b25d9540ed58af93800dd24e /CMakeLists.txt | |
parent | e921b70695501a910c6b7a3ba836b7d19bc8a6ab (diff) | |
download | kpowersave-a02dce56e2bb15faada6ebbe93de81cb39e0ac95.tar.gz kpowersave-a02dce56e2bb15faada6ebbe93de81cb39e0ac95.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 d0030b7..6f9bcf2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,9 @@ project( kpowersave ) ##### include essential cmake modules ########### -include( CheckCXXSourceCompiles ) include( FindPkgConfig ) +include( CheckSymbolExists ) +include( CheckCXXSourceCompiles ) ##### include our cmake modules ################# |