From b3836d0a1f0c320f17a307e098f16db044b0ba1a Mon Sep 17 00:00:00 2001 From: Mordred Admin Date: Mon, 25 Sep 2017 15:03:59 +0200 Subject: [PATCH] It helps to not misspell library names --- src/servers/Server_Lobby/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/Server_Lobby/CMakeLists.txt b/src/servers/Server_Lobby/CMakeLists.txt index c38204a9..198fdb19 100644 --- a/src/servers/Server_Lobby/CMakeLists.txt +++ b/src/servers/Server_Lobby/CMakeLists.txt @@ -28,7 +28,7 @@ endif() if (UNIX) target_link_libraries(server_lobby Common xivdat pthread mysqlclient mysqlConnector dl z) else() - target_link_libraries(server_lobby Common xivdat libmysql mysqConnector zlib1) + target_link_libraries(server_lobby Common xivdat libmysql mysqlConnector zlib1) endif() target_link_libraries(server_lobby ${Boost_LIBRARIES} ${Boost_LIBRARIES})