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