From: James Turner Date: Tue, 17 Mar 2015 23:32:57 +0000 (+0000) Subject: Fix missing include for Cmake 3.2.1 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c204e84f4530522648f1a8035e43feb6ed32f79;p=simgear.git Fix missing include for Cmake 3.2.1 --- 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)