Changed: Link to CURL_LIBRARIES

This commit is contained in:
kervala 2013-09-22 11:04:40 +02:00
parent 15d97b9893
commit 3545bc8527
2 changed files with 1 additions and 2 deletions

View file

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

View file

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