Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/321#discussion_r186477628
--- Diff: extensions/mqtt/CMakeLists.txt ---
@@ -37,10 +37,10 @@ endif()
# Include UUID
-find_package(UUID REQUIRED)
-target_link_libraries(minifi-mqtt-extensions ${LIBMINIFI}
${UUID_LIBRARIES} ${JSONCPP_LIB})
-find_package(OpenSSL REQUIRED)
-include_directories(${OPENSSL_INCLUDE_DIR})
+#find_package(UUID REQUIRED)
--- End diff --
Should these just get nixed?---
