summaryrefslogtreecommitdiff
path: root/indra/cmake/Copy3rdPartyLibs.cmake
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@posteo.nl>2022-07-17 17:51:25 +0200
committerNicky <nicky.dasmijn@posteo.nl>2022-07-17 17:51:25 +0200
commit3f31d0b5a70af4ebf746d40d478b4e948e904a87 (patch)
tree140cd865990a6a892181612fd7ff1d9572c036a0 /indra/cmake/Copy3rdPartyLibs.cmake
parentc66f444d2b3af7c5ea5220db5302b693bbc54f54 (diff)
Be more explicit: Rename use_conan_binary to use_system_binary, this will allow us to reuse the macro for more than just conan.
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rw-r--r--indra/cmake/Copy3rdPartyLibs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index c894b40a53..e43d4757bb 100644
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -210,7 +210,7 @@ elseif(LINUX)
${EXPAT_COPY}
)
- if( NOT USE_CONAN )
+ if( USE_AUTOBUILD_3P )
list( APPEND release_files
libapr-1.so.0
libaprutil-1.so.0