From: Daniel Stenberg Date: Wed, 8 Oct 2025 09:59:29 +0000 (+0200) Subject: fixup bad cmake endif X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbb46e4ed765dab0eb18d445f45756dd0e294003;p=thirdparty%2Fcurl.git fixup bad cmake endif --- diff --git a/CMake/FindGSS.cmake b/CMake/FindGSS.cmake index 456ec0a1f0..27fb5eb5ea 100644 --- a/CMake/FindGSS.cmake +++ b/CMake/FindGSS.cmake @@ -161,7 +161,6 @@ if(NOT _gss_FOUND) # Not found by pkg-config. Let us take more traditional appr # Older versions may not have the "--vendor" parameter. In this case we just do not care. set(GSS_FLAVOUR "MIT") # most probably, should not really matter - endif() else() # Either there is no config script or we are on a platform that does not provide one (Windows?)