mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +01:00
Merge pull request #6575 from lioncash/enet
CMakeLists: Remove enet from the LIBS variable
This commit is contained in:
commit
92a37a40ca
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user