1
0
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:
Emil Velikov
2024-09-11 00:11:52 +01:00
committed by Sébastien Helleu
parent fc7b00562c
commit d42d837924
5 changed files with 6 additions and 6 deletions
-2
View File
@@ -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