From b5f589eac0e66bde76ccb639905b498cf730773d Mon Sep 17 00:00:00 2001 From: Tim Dahlmanns Date: Wed, 15 May 2024 14:10:53 +0200 Subject: [PATCH] fix(build): docker windows build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3b28c4..a9fbb71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -326,7 +326,7 @@ endif () if (WIN32) # Link platform-specific libraries especially for networking - target_link_libraries(LiveTraffic ws2_32.lib iphlpapi wldap32.lib advapi32.lib crypt32.lib opengl32 Normaliz) + target_link_libraries(LiveTraffic ws2_32.lib iphlpapi wldap32.lib advapi32.lib crypt32.lib opengl32 normaliz) if (MINGW) # Include MingW threads target_link_libraries(LiveTraffic mingw_stdthreads)