From 3c204e84f4530522648f1a8035e43feb6ed32f79 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 17 Mar 2015 23:32:57 +0000 Subject: [PATCH] Fix missing include for Cmake 3.2.1 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b24598a..6aa1768c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ endif() include (CheckFunctionExists) include (CheckIncludeFile) +include (CheckLibraryExists) include (CheckCXXSourceCompiles) include (CheckCXXCompilerFlag) -- 2.39.5