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

    https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r102511352
  
    --- Diff: libminifi/CMakeLists.txt ---
    @@ -48,6 +49,19 @@ file(GLOB SPD_SOURCES "../include/spdlog/*")
     add_library(spdlog STATIC ${SPD_SOURCES})
     add_library(minifi STATIC ${SOURCES})
     
    +# Include Boost System
    +find_package(Boost COMPONENTS system REQUIRED)
    +target_link_libraries(minifi ${Boost_SYSTEM_LIBRARY})
    +
    +# Include libxml2
    --- End diff --
    
    @apiri I *think* this was something that was there already, not something 
required for civet. If you're sure it's not needed elsewhere, I can take it out 
and test to make sure civet doesn't need 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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to