diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-04 22:41:31 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-04 22:41:31 +0100 |
commit | 0b1fc757622aa53b85fa68704987a7224eb54f00 (patch) | |
tree | 06c83a266be781e306a2797e433824a835a3cb97 | |
parent | cdbb1c0a4c6539d4f2d0d58329034411f8e64534 (diff) | |
download | libtdeldap-0b1fc757622aa53b85fa68704987a7224eb54f00.tar.gz libtdeldap-0b1fc757622aa53b85fa68704987a7224eb54f00.zip |
cmake: Add missing CheckSymbolExists include.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 653c42a..92c2f33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ set( VERSION R14.1.0 ) include( FindPkgConfig ) include( CheckFunctionExists ) +include( CheckSymbolExists ) include( CheckIncludeFile ) include( CheckLibraryExists ) include( CheckCSourceCompiles ) |