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

    https://github.com/apache/thrift/pull/1039#discussion_r71078267
  
    --- Diff: lib/c_glib/test/CMakeLists.txt ---
    @@ -18,12 +18,15 @@
     #
     
     
    -#Make sure gen-cpp and gen-c_glib files can be included
    -include_directories("${CMAKE_CURRENT_BINARY_DIR}")
    -
     set(TEST_PREFIX "c_glib")
     
    -include_directories(${Boost_INCLUDE_DIRS})
    +# Find required packages
    +set(Boost_USE_STATIC_LIBS ON) # Force the use of static boost test 
framework
    +find_package(Boost 1.53.0 REQUIRED COMPONENTS unit_test_framework)
    +include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
    +
    +#Make sure gen-cpp and gen-c_glib files can be included
    +include_directories("${CMAKE_CURRENT_BINARY_DIR}")
    --- End diff --
    
    I couldn't find any boost test inside lib/c_glib. Is this needed ?


---
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