aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-29 15:31:05 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-29 15:31:05 +0100
commit425ea57b17b364baf5acf3f8bf1453f1d8533c9c (patch)
tree841ddd296c923f0824e784e9e30a82d96e4bbf34
parent8822d06091942454324936329bfade6a47444d70 (diff)
downloadliberty-425ea57b17b364baf5acf3f8bf1453f1d8533c9c.tar.gz
liberty-425ea57b17b364baf5acf3f8bf1453f1d8533c9c.tar.xz
liberty-425ea57b17b364baf5acf3f8bf1453f1d8533c9c.zip
CMakeLists.txt: clean up OpenBSD support
A few things might have changed.
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 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")