There was an error while loading. Please reload this page.
1 parent 8674390 commit 7bb871fCopy full SHA for 7bb871f
CMakeLists.txt
@@ -37,7 +37,6 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
37
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
38
endif()
39
40
-include(TestCInline)
41
include(CheckSymbolExists)
42
include(CheckLibraryExists)
43
include(CMakePushCheckState)
cmake/TestCInline.cmake
cmake/config.h.in
@@ -1,10 +1,6 @@
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4
-#ifndef __cplusplus
5
-# define inline ${C_INLINE_KEYWORD}
6
-#endif
7
-
8
#cmakedefine HAVE_SELECT
9
10
#cmakedefine HAVE_POLL
0 commit comments