LibCrypto: Remove dependency on LibCore

This is not required.
This commit is contained in:
Shannon Booth 2025-06-24 22:17:22 +12:00 committed by Tim Ledbetter
parent 2687246808
commit ee8e4d1eec

View File

@ -25,7 +25,6 @@ set(SOURCES
)
serenity_lib(LibCrypto crypto)
target_link_libraries(LibCrypto PRIVATE LibCore)
find_package(PkgConfig REQUIRED)
pkg_check_modules(libtommath REQUIRED IMPORTED_TARGET libtommath)