diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fc5b8f..61404bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,6 @@ cmake_minimum_required(VERSION 2.8.0) project(epoll) -add_definitions(-DHAVE_CONFIG_H) - if(WIN32) link_libraries(ws2_32) endif()