mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
Utilities: Drop unused hard-coded try_compile result
The `HAVE_WINSOCK_H` check was removed by curl 7.81.
This commit is contained in:
@@ -265,7 +265,6 @@ if(WIN32)
|
||||
set(HAVE_WINDOWS_H 1)
|
||||
set(HAVE_WINIOCTL_H 1)
|
||||
set(HAVE_WINSOCK2_H 1)
|
||||
set(HAVE_WINSOCK_H 1)
|
||||
set(HAVE_WS2TCPIP_H 1)
|
||||
set(USE_WINCRYPT 1) # We do not need to build as a Windows App.
|
||||
|
||||
|
||||
@@ -1146,7 +1146,6 @@ if(NOT UNIX)
|
||||
check_include_file_concat("wincrypt.h" HAVE_WINCRYPT_H)
|
||||
else()
|
||||
set(HAVE_WINDOWS_H 0)
|
||||
set(HAVE_WINSOCK_H 0)
|
||||
set(HAVE_WS2TCPIP_H 0)
|
||||
set(HAVE_WINSOCK2_H 0)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user