mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
## What does this PR do?
Updates c-ares to version v1.34.6
Compare:
d3a507e920...3ac47ee46e
Auto-updated by [this
workflow](https://github.com/oven-sh/bun/actions/workflows/update-cares.yml)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
29 lines
520 B
CMake
29 lines
520 B
CMake
register_repository(
|
|
NAME
|
|
cares
|
|
REPOSITORY
|
|
c-ares/c-ares
|
|
COMMIT
|
|
3ac47ee46edd8ea40370222f91613fc16c434853
|
|
)
|
|
|
|
register_cmake_command(
|
|
TARGET
|
|
cares
|
|
TARGETS
|
|
c-ares
|
|
ARGS
|
|
-DCARES_STATIC=ON
|
|
-DCARES_STATIC_PIC=ON # FORCE_PIC was set to 1, but CARES_STATIC_PIC was set to OFF??
|
|
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
|
-DCARES_SHARED=OFF
|
|
-DCARES_BUILD_TOOLS=OFF # this was set to ON?
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
LIB_PATH
|
|
lib
|
|
LIBRARIES
|
|
cares
|
|
INCLUDES
|
|
include
|
|
)
|