We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef7857 commit 8671950Copy full SHA for 8671950
Sources/_CFURLSessionInterface/CMakeLists.txt
@@ -29,4 +29,5 @@ target_compile_options(_CFURLSessionInterface PRIVATE
29
30
target_link_libraries(_CFURLSessionInterface PRIVATE
31
CoreFoundation
32
- dispatch)
+ dispatch
33
+ CURL::libcurl)
Sources/_CFXMLInterface/CMakeLists.txt
@@ -28,4 +28,5 @@ target_compile_options(_CFXMLInterface PRIVATE
28
target_link_libraries(_CFXMLInterface PRIVATE
+ LibXml2::LibXml2)
0 commit comments