From c452518aa8c34a5011f866929aa3fc8e50d0efe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 10 Feb 2019 16:34:21 +0100 Subject: Use common CMake tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 839d31e75fef53776b7a73dca55e384b55921461) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index dd2a637..3f11e3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ project( filelight ) include( FindPkgConfig ) include( CheckIncludeFile ) include( CheckLibraryExists ) +include( CheckSymbolExists ) # @Add othere required cmake modules here@ # # EXAMPLE: -- cgit v1.2.1