summaryrefslogtreecommitdiff
path: root/indra/cmake/XmlRpcEpi.cmake
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-17 18:28:55 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-17 18:28:55 +0200
commit363f2df4fa22b3eb95ff4603d73b7a042f3fefd1 (patch)
tree2be3fd78495421ec59ad2f9aa2310002008af6fc /indra/cmake/XmlRpcEpi.cmake
parente0cf0cdfd49e5a946dcd202a083fb23f01e4f1fe (diff)
Remove function create_target and instead directly use add_library
Diffstat (limited to 'indra/cmake/XmlRpcEpi.cmake')
-rw-r--r--indra/cmake/XmlRpcEpi.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/XmlRpcEpi.cmake b/indra/cmake/XmlRpcEpi.cmake
index aad9d1e476..83f06788f2 100644
--- a/indra/cmake/XmlRpcEpi.cmake
+++ b/indra/cmake/XmlRpcEpi.cmake
@@ -2,7 +2,7 @@
include(Prebuilt)
include_guard()
-create_target( ll::xmlrpc-epi )
+add_library( ll::xmlrpc-epi INTERFACE IMPORTED )
use_prebuilt_binary(xmlrpc-epi)
target_link_libraries(ll::xmlrpc-epi INTERFACE xmlrpc-epi )