Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100846654 --- Diff: CMakeLists.txt --- @@ -63,6 +66,8 @@ find_package(UUID REQUIRED) file(GLOB SPD_SOURCES "include/spdlog/*") add_subdirectory(thirdparty/yaml-cpp-yaml-cpp-0.5.3) +set(CIVETWEB_ENABLE_CXX ON CACHE BOOL "Enable civet C++ library") --- End diff -- Could we download and then build civet using ExternalProject instead of bundling it?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---