Skip to content
Permalink
Browse files
Merge pull request #6575 from lioncash/enet
CMakeLists: Remove enet from the LIBS variable
  • Loading branch information
leoetlino committed Apr 1, 2018
2 parents 592b20c + 677b9b7 commit 92a37a4
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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")

0 comments on commit 92a37a4

Please sign in to comment.