Github user jeking3 commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1101#discussion_r81470681
--- 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")
+else()
+ MESSAGE_DEP(WITH_PLUGIN "Disabled by WITH_PLUGIN=OFF")
--- End diff --
I found that in the CMake environment, WITH_PLUGIN is honored properly.
It's in the autoconf environment where it seems to be messed up.
---
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.
---