From: Joel Rosdahl Date: Thu, 28 Jul 2022 19:48:17 +0000 (+0200) Subject: chore: Remove unused CMake code X-Git-Tag: v4.7~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf063b06e273480d8040e86f5a428b8189addfc;p=thirdparty%2Fccache.git chore: Remove unused CMake code --- diff --git a/cmake/GenerateConfigurationFile.cmake b/cmake/GenerateConfigurationFile.cmake index 5d106ff96..bfa0dca28 100644 --- a/cmake/GenerateConfigurationFile.cmake +++ b/cmake/GenerateConfigurationFile.cmake @@ -87,12 +87,6 @@ check_cxx_source_compiles( ]=] HAVE_AVX2) -list(APPEND CMAKE_REQUIRED_LIBRARIES ws2_32) -list(REMOVE_ITEM CMAKE_REQUIRED_LIBRARIES ws2_32) - -include(CheckTypeSize) -check_type_size("long long" HAVE_LONG_LONG) - if(WIN32) set(_WIN32_WINNT 0x0600) endif()