Fix spelling of CheckIncludeFile module name in CMake script
authorIvan Maidanski <ivmai@mail.ru>
Tue, 25 Feb 2020 05:33:40 +0000 (08:33 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 25 Feb 2020 07:53:08 +0000 (10:53 +0300)
(fix of commits 08405546dd42f5377a)

* CMakeLists.txt (CheckIncludeFile): Include module (instead of
CheckIncludeFiles).

CMakeLists.txt

index f7967f5..c487110 100644 (file)
@@ -32,7 +32,7 @@ endif()
 
 include(CheckCCompilerFlag)
 include(CheckFunctionExists)
-include(CheckIncludeFiles)
+include(CheckIncludeFile)
 include(CTest)
 
 # Customize the build by passing "-D<option_name>=ON|OFF" in the command line.