aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aeb2a916..4d561680 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -229,8 +229,6 @@ endif()
set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
find_package(Threads)
-include(CheckIncludeFiles)
-
include(CheckCSourceCompiles)
if(MSVC)
set(CMAKE_REQUIRED_FLAGS "${CMAKE_C_FLAGS} /WX /W4")