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. ---
