{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1740497235,"commit_time":1741351687,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"0ead361904266a1590e361a0dbef16aef8cc7617","message":"cmake: `CURL_LIBDIRS` improvements (upstreamed from vcpkg)\n\nApply downstream patches from the vcpkg project:\n\n- cmake: remove duplicates from `CURL_LIBDIRS`.\n\n- cmake: set `CURL_LIBDIRS` as `INTERFACE_LINK_DIRECTORIES` for static\n  libcurl.\n  To support CMake <3.13, change downstream patch from:\n  ```cmake\n  target_link_directories(${LIB_STATIC} INTERFACE ${CURL_LIBDIRS})\n  ```\n  to:\n  ```cmake\n  set_target_properties(${LIB_STATIC} PROPERTIES [...] INTERFACE_LINK_DIRECTORIES \"${CURL_LIBDIRS}\")\n  ```\n\nCo-authored-by: Kai Pastor\nRef: https://github.com/microsoft/vcpkg/pull/43819\n\nCloses #16610\n","parents":["3b501976a9adcf20218ffb96d9041806432227e4"],"tree_hash":"be5144cedeb3287043a6eec084812afc32501084"}