logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 44d6abfb5e6f1a629c090a0da60f433a73684ce7
parent 8ceea0df49da7e10752babeb64feb90decf3769c
Author: Frederic Cambus <fred@statdns.com>
Date:   Sat,  9 Jan 2016 22:59:59 +0100

Removing hardcoded include directories

Diffstat:
MCMakeLists.txt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -17,7 +17,6 @@ cmake_minimum_required (VERSION 2.6) project(logswan C) include(CheckFunctionExists) -include_directories(/usr/local/include /usr/pkg/include) list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_OPENBSD_SOURCE) check_function_exists(strtonum HAVE_STRTONUM)