diff options
author | mio <stigma@disroot.org> | 2025-05-10 12:53:48 +1000 |
---|---|---|
committer | mio <stigma@disroot.org> | 2025-05-10 20:05:22 +1000 |
commit | 17e619b1454f151163d32ff3d6c68a5788029cdb (patch) | |
tree | 24f1d03877b06731cce4b53a644216f361c9b85d | |
parent | 8f7a840a9a73195d3cb8889a14a69a8ab023fa33 (diff) | |
download | ktorrent-17e619b1454f151163d32ff3d6c68a5788029cdb.tar.gz ktorrent-17e619b1454f151163d32ff3d6c68a5788029cdb.zip |
Fix CMake FTBFS
Signed-off-by: mio <stigma@disroot.org>
-rw-r--r-- | src/libktorrent/torrent/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libktorrent/torrent/CMakeLists.txt b/src/libktorrent/torrent/CMakeLists.txt index 5760582..4efbdf3 100644 --- a/src/libktorrent/torrent/CMakeLists.txt +++ b/src/libktorrent/torrent/CMakeLists.txt @@ -25,5 +25,5 @@ tde_add_library( torrent STATIC_PIC AUTOMOC LINK net-static datachecker-static mse-static migrate-static util-static kademlia-static interfaces-static - DEPENDENCIES torrent-static + DEPENDENCIES SettingsH ) |