Fixed case in include file name.

This commit is contained in:
Vincent Richard 2013-09-06 23:10:54 +02:00
parent a4cb3dc862
commit 33a630f791

View File

@ -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)