From 895936360b392f67fe24add564ccb6224528f01f Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Mon, 31 Dec 2018 23:23:09 -0500 Subject: [PATCH] network: remove cpp-jwt library dependency This is not used anywhere in in the module --- src/network/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/CMakeLists.txt b/src/network/CMakeLists.txt index b98cf1654..24f782653 100644 --- a/src/network/CMakeLists.txt +++ b/src/network/CMakeLists.txt @@ -13,4 +13,4 @@ add_library(network STATIC create_target_directory_groups(network) -target_link_libraries(network PRIVATE common cpp-jwt enet) +target_link_libraries(network PRIVATE common enet)