diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2022-07-17 17:51:25 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2022-07-17 17:51:25 +0200 |
commit | 3f31d0b5a70af4ebf746d40d478b4e948e904a87 (patch) | |
tree | 140cd865990a6a892181612fd7ff1d9572c036a0 /indra/cmake/URIPARSER.cmake | |
parent | c66f444d2b3af7c5ea5220db5302b693bbc54f54 (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/URIPARSER.cmake')
-rw-r--r-- | indra/cmake/URIPARSER.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/URIPARSER.cmake b/indra/cmake/URIPARSER.cmake index b1c76c006a..6c33ff70e1 100644 --- a/indra/cmake/URIPARSER.cmake +++ b/indra/cmake/URIPARSER.cmake @@ -6,7 +6,7 @@ include(Prebuilt) add_library( ll::uriparser INTERFACE IMPORTED ) -use_conan_binary( uriparser ) +use_system_binary( uriparser ) use_prebuilt_binary(uriparser) if (WINDOWS) |