diff options
author | Slávek Banko <[email protected]> | 2019-02-04 22:41:31 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-04 22:41:48 +0100 |
commit | 7dcc96be7dfdd62bb36cedd9bd990ba483f1453a (patch) | |
tree | 9fa321f91d72417b7b9f7eecc5c0cac8e35c870b /CMakeLists.txt | |
parent | 855f9da589e82a505451b7c182b080cbab168753 (diff) | |
download | libtdeldap-7dcc96be7dfdd62bb36cedd9bd990ba483f1453a.tar.gz libtdeldap-7dcc96be7dfdd62bb36cedd9bd990ba483f1453a.zip |
cmake: Add missing CheckSymbolExists include.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0b1fc757622aa53b85fa68704987a7224eb54f00)
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 a19b9be..5b724c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ set( VERSION R14.0.6 ) include( FindPkgConfig ) include( CheckFunctionExists ) +include( CheckSymbolExists ) include( CheckIncludeFile ) include( CheckLibraryExists ) include( CheckCSourceCompiles ) |