mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
build: remove CMake variable "STATIC_LIBS"
With the circular dependency resolved, we no longer need this variable. Add the respective objects directly, in the same order as seen in the tests. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
fc7b00562c
commit
d42d837924
@@ -242,8 +242,6 @@ endif()
|
||||
# Check for CURL
|
||||
find_package(CURL REQUIRED)
|
||||
|
||||
set(STATIC_LIBS weechat_plugins)
|
||||
|
||||
find_library(DL_LIBRARY
|
||||
NAMES dl
|
||||
PATHS /lib /usr/lib /usr/libexec /usr/local/lib /usr/local/libexec
|
||||
|
||||
Reference in New Issue
Block a user