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