From 52e0736bd05256cf880407917ea3a7ac29387ade Mon Sep 17 00:00:00 2001 From: nordsoft Date: Sun, 15 Jan 2023 02:37:28 +0400 Subject: [PATCH] Fix compiling --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47ff7c0fc..7f3a1b5d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -320,7 +320,7 @@ endif() ############################################ find_package(Boost 1.48.0 REQUIRED COMPONENTS date_time filesystem locale program_options system thread) -find_package(ENet REQUIRED) +find_package(enet REQUIRED) find_package(ZLIB REQUIRED) # Conan compatibility