[rubygems/rubygems] Bump up minimum required version for cmake 4
https://github.com/rubygems/rubygems/commit/3e77caeddf
This commit is contained in:
parent
cd1952484c
commit
67a7d4a0a8
@ -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…
x
Reference in New Issue
Block a user