Skip to content

Commit

Permalink
cmake: force the c-ares libdir to always be 'lib' (#14602)
Browse files Browse the repository at this point in the history
  • Loading branch information
refi64 authored Oct 16, 2024
1 parent 07ccec0 commit 1385f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/targets/BuildCares.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ register_cmake_command(
-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
Expand Down

0 comments on commit 1385f9f

Please sign in to comment.