paleolimbot commented on code in PR #422: URL: https://github.com/apache/arrow-nanoarrow/pull/422#discussion_r1559423941
########## examples/linesplitter/CMakeLists.txt: ########## @@ -15,8 +15,8 @@ # specific language governing permissions and limitations # under the License. +cmake_minimum_required(VERSION 3.24) Review Comment: The earliest version we run in CI is 3.17 (`cmake3` on centos7), and I think 3.16 is the version that is on Ubuntu 20.04. It is probably the most informative to put 3.16 here (in case anybody reads this as "the minimum CMake version you can use with nanoarrow). -- 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]
