Github user achristianson commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/148#discussion_r145717915
  
    --- Diff: CMakeLists.txt ---
    @@ -101,6 +101,7 @@ set(CIVETWEB_ENABLE_SSL_DYNAMIC_LOADING OFF CACHE BOOL 
"Disable dynamic SSL libr
     set(CIVETWEB_ENABLE_CXX ON CACHE BOOL "Enable civet C++ library")
     add_subdirectory(thirdparty/yaml-cpp-yaml-cpp-0.5.3)
     add_subdirectory(thirdparty/civetweb-1.9.1 EXCLUDE_FROM_ALL)
    +add_subdirectory(thirdparty/libarchive-3.3.2)
    --- End diff --
    
    Both this and MINIFICPP-72 use libarchive. Not opposed to this being moved 
to an extension, but it needs to be coordinated between the two.


---

Reply via email to