Github user achristianson commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/374#discussion_r204400344
--- Diff: CMakeLists.txt ---
@@ -165,6 +165,56 @@ else()
set(UUID_LIBRARIES "uuid")
endif()
+if(NOT USE_SYSTEM_CURL)
--- End diff --
Agreed, with the caveat that the boolean here has gotten a little muddy due
to various hooks into cURL. I'll see what I can do to make a readable bool
along the lines of NEEDS_CURL.---
