Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/296#discussion_r180264480
--- Diff: CMakeLists.txt ---
@@ -117,6 +118,49 @@ else ()
message( FATAL_ERROR "OpenSSL was not found. Please install OpenSSL" )
endif (OPENSSL_FOUND)
+if(NOT USE_SYSTEM_CURL)
--- End diff --
This should be in http-curl. If curl is disabled there is no point in
adding it as an external project---
