]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Remove unused CMake code
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 28 Jul 2022 19:48:17 +0000 (21:48 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 28 Jul 2022 20:10:07 +0000 (22:10 +0200)
cmake/GenerateConfigurationFile.cmake

index 5d106ff9679825f32bc22d1dec953894eea89ca8..bfa0dca285740e56b243485d3532bf33129b03ce 100644 (file)
@@ -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()