This is an automated email from the ASF dual-hosted git repository.
rleigh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xerces-c.git
The following commit(s) were added to refs/heads/master by this push:
new af1935b link to installed CMake targets of CURL
new 6b82b24 Merge pull request #34 from prince-chrismc/patch-1
af1935b is described below
commit af1935b567c18c8b2de71d6ea97239be60876335
Author: Chris Mc <[email protected]>
AuthorDate: Fri Sep 3 20:21:37 2021 -0400
link to installed CMake targets of CURL
Just like how it was done for ICU
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 344851f..f396fc5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1085,7 +1085,7 @@ endif()
if(XERCES_USE_NETACCESSOR_CURL)
list(APPEND libxerces_c_SOURCES ${curl_sources})
list(APPEND libxerces_c_HEADERS ${curl_headers})
- list(APPEND libxerces_c_DEPS ${CURL_LIBRARIES})
+ list(APPEND libxerces_c_DEPS CURL::libcurl)
endif()
if(XERCES_USE_NETACCESSOR_SOCKET)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]