mirror of
https://github.com/citra-emu/citra-canary.git
synced 2025-01-23 21:31:06 +00:00
network: remove cpp-jwt library dependency
This is not used anywhere in in the module
This commit is contained in:
parent
fbd0944a5a
commit
895936360b
|
@ -13,4 +13,4 @@ add_library(network STATIC
|
||||||
|
|
||||||
create_target_directory_groups(network)
|
create_target_directory_groups(network)
|
||||||
|
|
||||||
target_link_libraries(network PRIVATE common cpp-jwt enet)
|
target_link_libraries(network PRIVATE common enet)
|
||||||
|
|
Loading…
Reference in a new issue