zeek/auxil/vcpkg/ports/curl/cmake-project-include.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
311 B
CMake

if(ANDROID AND ANDROID_NATIVE_API_LEVEL LESS 24)
# https://android.googlesource.com/platform/bionic/+/master/docs/32-bit-abi.md
set(HAVE_FILE_OFFSET_BITS FALSE CACHE INTERNAL "")
endif()
if(CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
add_compile_definitions(_WINSOCK_DEPRECATED_NO_WARNINGS)
endif()