mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[rubygems/rubygems] Bump up minimum required version for cmake 4
3e77caeddf
This commit is contained in:
parent
cd1952484c
commit
67a7d4a0a8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class TestGemExtCmakeBuilder < Gem::TestCase
|
|||
def test_self_build
|
||||
File.open File.join(@ext, "CMakeLists.txt"), "w" do |cmakelists|
|
||||
cmakelists.write <<-EO_CMAKE
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(self_build NONE)
|
||||
install (FILES test.txt DESTINATION bin)
|
||||
EO_CMAKE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue