diff options
| author | Ben Boeckel <mathstuf@users.noreply.github.com> | 2021-08-04 21:22:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 09:22:19 +1200 |
| commit | ff22ae3a871f295b31dbf0cc1368216a790b37cf (patch) | |
| tree | a6037339852399c95a2aa3896c036dff76e89442 /CMakeLists.txt | |
| parent | 2656c2980fbe6fd4775797f7ff7226cc320f6f59 (diff) | |
| download | PROJ-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.txt | 2 |
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") |
