summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-06-19 14:52:30 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-06-19 15:16:28 +0200
commitafb6cd827d5bdf9f1e890aefbb44516c926783d4 (patch)
treee06bf44670f0461037467656569e93cf5abecfc2 /src/gui/npcdialog.h
parentac0b338b3e026d0d05a447894de9a6a994da82dc (diff)
downloadmana-afb6cd827d5bdf9f1e890aefbb44516c926783d4.tar.gz
mana-afb6cd827d5bdf9f1e890aefbb44516c926783d4.tar.bz2
mana-afb6cd827d5bdf9f1e890aefbb44516c926783d4.tar.xz
mana-afb6cd827d5bdf9f1e890aefbb44516c926783d4.zip
Fixed cURL linker issues on MSYS2
MSYS2 builds cURL 8.8 with CMake, which installs a CURLConfig.cmake file. Since CMake 3.17, the FindCURL module will prefer to return the values from the config file. However, CURLConfig.cmake does not set CURL_LIBRARIES. While a fix for this is pending release (see https://github.com/curl/curl/commit/1dec702c8676fef3a7b5850e5350102876067680), we can rather update to modern CMake by relying on the IMPORTED target CURL::libcurl, which is set since CMake 3.12 (our current minimum required version).
Diffstat (limited to 'src/gui/npcdialog.h')
0 files changed, 0 insertions, 0 deletions