mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
f12d986e6a
* [curl] Update to 7.71.0 * Update to 7.71.1
13 lines
450 B
Diff
13 lines
450 B
Diff
diff --git a/CMake/OtherTests.cmake b/CMake/OtherTests.cmake
|
|
index 7cec6da..c836fc9 100644
|
|
--- a/CMake/OtherTests.cmake
|
|
+++ b/CMake/OtherTests.cmake
|
|
@@ -212,6 +212,7 @@ if(HAVE_SIGNAL_H)
|
|
set(CMAKE_REQUIRED_FLAGS "-DHAVE_SIGNAL_H")
|
|
set(CMAKE_EXTRA_INCLUDE_FILES "signal.h")
|
|
endif()
|
|
+unset(CMAKE_TRY_COMPILE_TARGET_TYPE)
|
|
check_type_size("sig_atomic_t" SIZEOF_SIG_ATOMIC_T)
|
|
if(HAVE_SIZEOF_SIG_ATOMIC_T)
|
|
check_c_source_compiles("
|