mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
19 lines
425 B
Text
19 lines
425 B
Text
--- lib/CMakeLists.txt.orig 2022-07-18 15:00:22 UTC
|
|
+++ lib/CMakeLists.txt
|
|
@@ -331,12 +331,15 @@ include_directories(
|
|
|
|
# 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}
|
|
)
|
|
|