From 1f9316651fc220e8348dea0d0879a98a4e8d0e52 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Tue, 4 Feb 2025 11:40:21 -0800 Subject: [PATCH] whitespace fix --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index a09109431..c2b4aa7d0 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -101,7 +101,7 @@ if (LLAMA_LLGUIDANCE) if (WIN32) set(LLGUIDANCE_LIB_NAME "llguidance.lib") # Add Windows-specific libraries - set(LLGUIDANCE_PLATFORM_LIBS + set(LLGUIDANCE_PLATFORM_LIBS ws2_32 # Windows Sockets API userenv # For GetUserProfileDirectoryW ntdll # For NT functions