Merge pull request #6575 from lioncash/enet

CMakeLists: Remove enet from the LIBS variable
This commit is contained in:
Léo Lam 2018-04-01 17:45:57 +02:00 committed by GitHub
commit 92a37a40ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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")