Skip to content

Commit

Permalink
Merge pull request #225 from giordano/mg/windows-lowercase
Browse files Browse the repository at this point in the history
User lowercase name for Windows library
  • Loading branch information
fbergmann committed May 3, 2022
2 parents ca5afe1 + fc38f6d commit a0b3fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/FindLIBXML.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (EXISTS ${ZLIB_LIBRARY})
set(ADDITIONAL_LIBS "${ADDITIONAL_LIBS}ZLIB::ZLIB;")
endif()
if (WIN32)
set(ADDITIONAL_LIBS "WS2_32.lib;${ADDITIONAL_LIBS}")
set(ADDITIONAL_LIBS "ws2_32.lib;${ADDITIONAL_LIBS}")
endif()

if(NOT TARGET LIBXML::LIBXML)
Expand Down

0 comments on commit a0b3fc0

Please sign in to comment.