mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Link to CURL_LIBRARIES
This commit is contained in:
parent
0ff9908e8e
commit
6dff896bba
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
FIND_PACKAGE(MySQL)
|
||||
FIND_PACKAGE(CURL)
|
||||
|
||||
IF(WITH_NELNS_SERVER)
|
||||
ADD_SUBDIRECTORY(admin_executor_service)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue