diff options
| author | Léo Lam <leolino.lam@gmail.com> | 2018-04-01 17:45:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-01 17:45:57 +0200 |
| commit | 92a37a40ca4bb26eae73a770dc02270abcd9a2ea (patch) | |
| tree | 6a9ae0384a70974e97a322fbf52db948bd3ebce4 | |
| parent | 592b20c78ed063e8cd7f7956c7a42dd39bbf8b94 (diff) | |
| parent | 677b9b717f4866f12fa754c664308f6ffc1dbc9d (diff) | |
Merge pull request #6575 from lioncash/enet
CMakeLists: Remove enet from the LIBS variable
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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") |
