aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@users.noreply.github.com>2021-08-04 21:22:19 +0000
committerGitHub <noreply@github.com>2021-08-05 09:22:19 +1200
commitff22ae3a871f295b31dbf0cc1368216a790b37cf (patch)
treea6037339852399c95a2aa3896c036dff76e89442 /CMakeLists.txt
parent2656c2980fbe6fd4775797f7ff7226cc320f6f59 (diff)
downloadPROJ-ff22ae3a871f295b31dbf0cc1368216a790b37cf.tar.gz
PROJ-ff22ae3a871f295b31dbf0cc1368216a790b37cf.zip
cmake: remove unused configure checks (#2789)
These results are just not used anywhere, so there's no need to check them (as the compiler will do it anyways).
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")