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:52 +0100 |
commit | 34afb4200bea62891b71c99cfd701be9dfcccf56 (patch) | |
tree | 743589c4dd0ba6cb8c239ca06ece41f769ff8ba7 /CMakeLists.txt | |
parent | 94314299e58ceb677cb40be61a841fb072fa483b (diff) | |
download | kpowersave-34afb4200bea62891b71c99cfd701be9dfcccf56.tar.gz kpowersave-34afb4200bea62891b71c99cfd701be9dfcccf56.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit a02dce56e2bb15faada6ebbe93de81cb39e0ac95)
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 ################# |