Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [R] Require cmake 3.16 in bundled build script (#36321)
Followup to #35921. The nixlibs.R build script checks for suitable cmake on the system, so since we require newer cmake for C++ now, we need to update the check here. I refactored slightly so that there now is a variable in the script called `cmake_minimum_required`, same as in the CMakeLists.txt files throughout the project, so hopefully the next time we update the cmake version, we'll find this file better. I also bumped the version of cmake that we download (if cmake 3.16 is not found) to the latest release. cc @ kou Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information