Skip to content

Commit

Permalink
Merge pull request #268 from timdah/master
Browse files Browse the repository at this point in the history
Fix docker windows build
  • Loading branch information
TwinFan authored May 15, 2024
2 parents 8d96c8f + b5f589e commit d5e25e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d5e25e1

Please sign in to comment.