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

    https://github.com/apache/thrift/pull/1101#discussion_r81470694
  
    --- Diff: build/cmake/DefineOptions.cmake ---
    @@ -164,31 +164,36 @@ message(STATUS "Thrift package version:               
        ${PACKAGE_VERSION}
     message(STATUS "Build configuration Summary")
     message(STATUS "  Build Thrift compiler:                      
${BUILD_COMPILER}")
     message(STATUS "  Build compiler plugin support:              
${WITH_PLUGIN}")
    +if (WITH_PLUGIN_COMPILER_TOO_OLD)
    +  MESSAGE_DEP(WITH_PLUGIN "Disabled due to older compiler")
    --- End diff --
    
    If I do this and leave the MESSAGE_DEP(WITH_PLUGIN below, you get two 
messages.  It should be fine the way it is?


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

Reply via email to