emmenlau commented on PR #2644: URL: https://github.com/apache/thrift/pull/2644#issuecomment-1242649156
Thanks @lorteddie ! The Travis build shows a problem in the current implementation, see https://app.travis-ci.com/github/apache/thrift/jobs/582329079: ``` CMake Error at lib/c_glib/CMakeLists.txt:105 (target_link_libraries): The plain signature for target_link_libraries has already been used with the target "thrift_c_glib_zlib". All uses of target_link_libraries with a target must be either all-keyword or all-plain. The uses of the plain signature are here: * lib/c_glib/CMakeLists.txt:101 (target_link_libraries) * lib/c_glib/CMakeLists.txt:102 (target_link_libraries) ``` I think this error did not exist before, is that possible? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
