Skip to content

Commit

Permalink
Remove cmake debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Sep 15, 2023
1 parent 9de1bd8 commit 18e9d6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/FindWS2_32.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ if(WIN32 AND NOT CYGWIN)
set(WS2_32_LIBNAME "ws2_32.lib")
check_library_exists(${WS2_32_LIBNAME} getch "" HAVE_LIBWS2_32) # for inet_ntoa() and socket functionalities
if(HAVE_LIBWS2_32)
message("-----------> ${WS2_32_LIBNAME} is found")
set(WS2_32_LIBRARY ${WS2_32_LIBNAME})
set(WS2_32_FOUND TRUE)
else()
Expand Down

0 comments on commit 18e9d6b

Please sign in to comment.