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.
This commit is contained in:
Lioncash
2018-04-01 11:18:03 -04:00
parent aaf9f4759f
commit 677b9b717f

View File

@ -568,7 +568,6 @@ else()
include_directories(Externals/enet/include) include_directories(Externals/enet/include)
add_subdirectory(Externals/enet) add_subdirectory(Externals/enet)
endif() endif()
LIST(APPEND LIBS enet)
if(NOT XXHASH_FOUND) if(NOT XXHASH_FOUND)
message(STATUS "Using static xxhash from Externals") message(STATUS "Using static xxhash from Externals")