Fixed case in include file name.
This commit is contained in:
parent
a4cb3dc862
commit
33a630f791
@ -17,7 +17,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.6 FATAL_ERROR)
|
|||||||
INCLUDE(cmake/Utils.cmake)
|
INCLUDE(cmake/Utils.cmake)
|
||||||
|
|
||||||
INCLUDE(CheckIncludeFiles)
|
INCLUDE(CheckIncludeFiles)
|
||||||
INCLUDE(CheckIncludeFileCxx)
|
INCLUDE(CheckIncludeFileCXX)
|
||||||
INCLUDE(CheckFunctionExists)
|
INCLUDE(CheckFunctionExists)
|
||||||
INCLUDE(CheckSymbolExists)
|
INCLUDE(CheckSymbolExists)
|
||||||
INCLUDE(CheckTypeSize)
|
INCLUDE(CheckTypeSize)
|
||||||
|
Loading…
Reference in New Issue
Block a user