summaryrefslogtreecommitdiff
path: root/indra/cmake/APR.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/APR.cmake')
-rw-r--r--indra/cmake/APR.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/APR.cmake b/indra/cmake/APR.cmake
index a9500d2068..1c635d4531 100644
--- a/indra/cmake/APR.cmake
+++ b/indra/cmake/APR.cmake
@@ -3,7 +3,7 @@ include(Prebuilt)
include_guard()
-create_target( ll::apr)
+add_library( ll::apr INTERFACE IMPORTED )
use_prebuilt_binary(apr_suite)
if (WINDOWS)