]> git.ipfire.org Git - thirdparty/curl.git/commit
CMake: link curl to its dependencies with PRIVATE
authorEven Rouault <even.rouault@spatialys.com>
Fri, 8 Jul 2022 11:30:57 +0000 (13:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Jul 2022 15:18:39 +0000 (17:18 +0200)
commit0525614269dd9f957a49369943466ae96118dd5f
tree2ca1e0a0268e538827555eacc527f85d072cf58b
parent7ac3607584063f897a38bccba3a65125d6ca78de
CMake: link curl to its dependencies with PRIVATE

The current PUBLIC visibility causes issues for downstream users.
Cf https://github.com/OSGeo/PROJ/pull/3172#issuecomment-1157942986

Reviewed-by: Jakub Zakrzewski
Closes #9125
lib/CMakeLists.txt