]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fixup bad cmake endif bagder/drop-heimdal 18928/head
authorDaniel Stenberg <daniel@haxx.se>
Wed, 8 Oct 2025 09:59:29 +0000 (11:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 Oct 2025 09:59:29 +0000 (11:59 +0200)
CMake/FindGSS.cmake

index 456ec0a1f090a34e01dc6c998655abdbe495a5e1..27fb5eb5ea24497f717fdb9dfb475b50699d7e6c 100644 (file)
@@ -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?)