[
https://issues.apache.org/jira/browse/MINIFICPP-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16551860#comment-16551860
]
ASF GitHub Bot commented on MINIFICPP-559:
------------------------------------------
Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/374#discussion_r204225393
--- Diff: CMakeLists.txt ---
@@ -165,6 +165,56 @@ else()
set(UUID_LIBRARIES "uuid")
endif()
+if(NOT USE_SYSTEM_CURL)
--- End diff --
May have to add a conditional here to not build if curl support is
completely disabled.
> cURL built-in build fails in cross-compilation setup
> ----------------------------------------------------
>
> Key: MINIFICPP-559
> URL: https://issues.apache.org/jira/browse/MINIFICPP-559
> Project: NiFi MiNiFi C++
> Issue Type: Bug
> Reporter: Andrew Christianson
> Assignee: Andrew Christianson
> Priority: Major
>
> cURL internal build & package find fails when cross compiling.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)