Enable CMake checks for MSVC

This commit is contained in:
Markus Rickert 2024-07-16 10:19:23 +02:00
parent e0494c0d43
commit bb1884cb13

View File

@ -131,7 +131,6 @@ if(LIBXML2_WITH_ZLIB)
find_package(ZLIB REQUIRED)
endif()
if (NOT MSVC)
check_c_source_compiles("
void __attribute__((destructor))
f(void) {}
@ -156,7 +155,6 @@ if (NOT MSVC)
check_include_files(sys/random.h HAVE_SYS_RANDOM_H)
check_include_files(sys/select.h HAVE_SYS_SELECT_H)
check_include_files(sys/socket.h HAVE_SYS_SOCKET_H)
endif()
if(LIBXML2_WITH_TLS)
check_c_source_compiles(