diff options
author | Slávek Banko <[email protected]> | 2019-02-10 20:49:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-10 20:49:45 +0100 |
commit | e4ba6b8d5cd1c6c28a939c84b69849eda68fb255 (patch) | |
tree | 4de05893223b0c0687fbcd39d1d170f1d9e102f7 /CMakeLists.txt | |
parent | 8aab9504050067dc8daa5015f64a2e9522c7f46f (diff) | |
download | kcpuload-e4ba6b8d5cd1c6c28a939c84b69849eda68fb255.tar.gz kcpuload-e4ba6b8d5cd1c6c28a939c84b69849eda68fb255.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <[email protected]>
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 71976ee..c2fc422 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ set( VERSION R14.1.0 ) include( FindPkgConfig ) include( CheckIncludeFile ) include( CheckLibraryExists ) +include( CheckSymbolExists ) include( CheckCSourceCompiles ) include( CheckCXXSourceCompiles ) |