Changed: Link to CURL_LIBRARIES

This commit is contained in:
kervala 2013-09-22 11:04:40 +02:00
parent 0ff9908e8e
commit 6dff896bba
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
FIND_PACKAGE(MySQL)
FIND_PACKAGE(CURL)
IF(WITH_NELNS_SERVER)
ADD_SUBDIRECTORY(admin_executor_service)

View file

@ -10,7 +10,7 @@ TARGET_LINK_LIBRARIES(nel_launcher_ext2
nelnet
nelmisc
${ZLIB_LIBRARY}
${CURL_LIBRARY})
${CURL_LIBRARIES})
NL_DEFAULT_PROPS(nel_launcher_ext2 "NeLNS, Launcher: NeL Launcher Ext2")
NL_ADD_RUNTIME_FLAGS(nel_launcher_ext2)