From 425ea57b17b364baf5acf3f8bf1453f1d8533c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 29 Oct 2020 15:31:05 +0100 Subject: [PATCH] CMakeLists.txt: clean up OpenBSD support A few things might have changed. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0aedcc6..6b1a567 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,6 @@ find_package (PkgConfig REQUIRED) pkg_check_modules (libssl REQUIRED libssl libcrypto) if ("${CMAKE_SYSTEM_NAME}" MATCHES "BSD") - include_directories (/usr/local/include) - link_directories (/usr/local/lib) # Our POSIX version macros make these undefined add_definitions (-D__BSD_VISIBLE=1 -D_BSD_SOURCE=1) endif ("${CMAKE_SYSTEM_NAME}" MATCHES "BSD")