Fix spelling of CheckIncludeFile module name in CMake script
[platform/upstream/libgc.git] / 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.