From d4d296b53cba833bfaac55d4bda5ffb12beb75dd Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 26 Sep 2017 02:00:56 +0200 Subject: [PATCH] build: remove rogue definition of HAVE_CONFIG_H --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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()