BewareMyPower opened a new issue, #15232: URL: https://github.com/apache/pulsar/issues/15232
**Is your enhancement request related to a problem? Please describe.** Currently the `cmake_minimum_required` version is 3.4, which is wrong because some features from higher version CMake are used, like [target_link_options](https://cmake.org/cmake/help/git-stage/command/target_link_options.html). https://github.com/apache/pulsar/blob/caf7648653c140c9f922e86425585ab7b5ed3ed6/pulsar-client-cpp/CMakeLists.txt#L20 **Describe the solution you'd like** Fix the wrong `cmake_minimum_required` declaration, and use the minimum required version of CMake (it should be 3.13) to build C++ client in CI. -- 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]
