Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lifof authored Jun 6, 2021
1 parent 484beff commit cc465ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ if(OPENSSL_FOUND)
target_link_libraries(${PROJECT_NAME} ${OPENSSL_LIBRARIES})
endif()

if(WIN32)
if(MINGW)
target_link_libraries(${PROJECT_NAME} -lws2_32 )
endif(WIN32)
endif(MINGW)

install(DIRECTORY include/mailio DESTINATION ${INCLUDE_INSTALL_DIR})

Expand Down

0 comments on commit cc465ac

Please sign in to comment.