From 33a630f791c1c77bf41acb1e0d7a6b80782ad764 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 6 Sep 2013 23:10:54 +0200 Subject: [PATCH] Fixed case in include file name. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cfe7db8..c3680df5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.6 FATAL_ERROR) INCLUDE(cmake/Utils.cmake) INCLUDE(CheckIncludeFiles) -INCLUDE(CheckIncludeFileCxx) +INCLUDE(CheckIncludeFileCXX) INCLUDE(CheckFunctionExists) INCLUDE(CheckSymbolExists) INCLUDE(CheckTypeSize)