From 677b9b717f4866f12fa754c664308f6ffc1dbc9d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 1 Apr 2018 11:18:03 -0400 Subject: [PATCH] CMakeLists: Remove enet from the LIBS variable All libraries that use enet already link it in explicitly. This reduces the usages of the LIBS variable. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbc55984f3..6f20c890b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -568,7 +568,6 @@ else() include_directories(Externals/enet/include) add_subdirectory(Externals/enet) endif() -LIST(APPEND LIBS enet) if(NOT XXHASH_FOUND) message(STATUS "Using static xxhash from Externals")