diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-29 15:31:05 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-29 15:31:05 +0100 |
commit | 425ea57b17b364baf5acf3f8bf1453f1d8533c9c (patch) | |
tree | 841ddd296c923f0824e784e9e30a82d96e4bbf34 | |
parent | 8822d06091942454324936329bfade6a47444d70 (diff) | |
download | liberty-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.txt | 2 |
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") |