mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
cdcc7c1e0e
PR: 233426 Submitted by: vladislav.movchan@gmail.com
20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
--- lib/CMakeLists.txt.orig 2018-12-17 18:05:06 UTC
|
|
+++ lib/CMakeLists.txt
|
|
@@ -306,12 +306,15 @@ endif()
|
|
|
|
# Set include directories
|
|
include_directories(
|
|
+ BEFORE
|
|
+ ${LEATHERMAN_INCLUDE_DIRS}
|
|
+)
|
|
+include_directories(
|
|
inc
|
|
${Boost_INCLUDE_DIRS}
|
|
${OPENSSL_INCLUDE_DIRS}
|
|
${YAMLCPP_INCLUDE_DIRS}
|
|
${CURL_INCLUDE_DIRS}
|
|
- ${LEATHERMAN_INCLUDE_DIRS}
|
|
${CPPHOCON_INCLUDE_DIRS}
|
|
)
|
|
|