]> git.ipfire.org Git - thirdparty/curl.git/commit
CMake: fix build with `CURL_USE_GSSAPI`
authorJakub Zakrzewski <slither.jz@gmail.com>
Fri, 2 Dec 2022 15:22:32 +0000 (16:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Dec 2022 22:42:40 +0000 (23:42 +0100)
commit52279c8e5db4c2d689f831fda17ff2aa9bde9f50
tree8fb33172b7312d339d9e48e82fee3e7baff250c4
parenta4fd257c1b5afea27655b611fd1ee0819d402a9d
CMake: fix build with `CURL_USE_GSSAPI`

CMAKE_*_LINKER_FLAGS must be a string but GSS_LINKER_FLAGS is a list, so
we need to replace semicolons with spaces when setting those.

Fixes #9017
Closes #1022
CMakeLists.txt