We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa3c6a commit 352c390Copy full SHA for 352c390
1 file changed
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
2
project(libnetconf2 C)
3
include(GNUInstallDirs)
4
include(CheckFunctionExists)
5
-include(CheckIncludeFiles)
+include(CheckIncludeFile)
6
7
# include custom Modules
8
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")
0 commit comments