summaryrefslogtreecommitdiff
path: root/indra/cmake/XmlRpcEpi.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-29 22:35:19 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-29 22:35:19 +0800
commitf711733280410c40cf3e96de43692b34cebed186 (patch)
treead1577a5ae8aeea3e9b78fae7debb8306c5b9894 /indra/cmake/XmlRpcEpi.cmake
parentd224330cb78bfe2a766023cbccbe26a471d88712 (diff)
Add system XMLRPC-EPI include directory for Darwin
Diffstat (limited to 'indra/cmake/XmlRpcEpi.cmake')
-rw-r--r--indra/cmake/XmlRpcEpi.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/XmlRpcEpi.cmake b/indra/cmake/XmlRpcEpi.cmake
index b7d2fa6ce6..ae2ed6a83f 100644
--- a/indra/cmake/XmlRpcEpi.cmake
+++ b/indra/cmake/XmlRpcEpi.cmake
@@ -17,5 +17,6 @@ target_include_directories( ll::xmlrpc-epi SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}
elseif (LINUX)
target_include_directories( ll::xmlrpc-epi SYSTEM INTERFACE /usr/include/xmlrpc-epi)
elseif (DARWIN)
+target_include_directories( ll::xmlrpc-epi SYSTEM INTERFACE /usr/local/include)
target_link_directories( ll::xmlrpc-epi SYSTEM INTERFACE /usr/local/lib)
endif ()