summaryrefslogtreecommitdiff
path: root/indra/cmake/XmlRpcEpi.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-08-13 14:51:54 +0800
committerErik Kundiman <erik@megapahit.org>2024-08-13 14:51:54 +0800
commit3d32b55509f531127bcc030942160ec6f341fcbf (patch)
tree7bdd538407a25decf44c4f20f5cbb20b2775bab8 /indra/cmake/XmlRpcEpi.cmake
parent6ad073ffb90f66f9665ad340388500c0961fb9bd (diff)
Remove already implied file(MAKE_DIRECTORY)
file(COPY) seems to already include making the necessary directories.
Diffstat (limited to 'indra/cmake/XmlRpcEpi.cmake')
-rw-r--r--indra/cmake/XmlRpcEpi.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/XmlRpcEpi.cmake b/indra/cmake/XmlRpcEpi.cmake
index a585da758d..e0482482ec 100644
--- a/indra/cmake/XmlRpcEpi.cmake
+++ b/indra/cmake/XmlRpcEpi.cmake
@@ -17,7 +17,6 @@ elseif (DARWIN AND (${PREBUILD_TRACKING_DIR}/sentinel_installed IS_NEWER_THAN ${
INPUT ${CMAKE_BINARY_DIR}/xmlrpc-epi-0.54.2.tar.bz2
DESTINATION ${CMAKE_BINARY_DIR}
)
- file(MAKE_DIRECTORY ${LIBS_PREBUILT_DIR}/include/xmlrpc-epi)
file(COPY
${CMAKE_BINARY_DIR}/xmlrpc-epi-0.54.2/src/base64.h
${CMAKE_BINARY_DIR}/xmlrpc-epi-0.54.2/src/encodings.h