File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
21
21
################################################################################
22
22
23
- cmake_minimum_required (VERSION 3.4 FATAL_ERROR )
23
+ cmake_minimum_required (VERSION 3.5 FATAL_ERROR )
24
24
25
25
project (openj9 )
26
26
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ The following dependencies can be installed by using [Homebrew](https://brew.sh/
516
516
- [ autoconf 2.6.9] ( https://formulae.brew.sh/formula/autoconf )
517
517
- [ bash 4.4.23] ( https://formulae.brew.sh/formula/bash )
518
518
- [ binutils 2.32] ( https://formulae.brew.sh/formula/binutils )
519
- - [ cmake 3.4 ] ( https://formulae.brew.sh/formula/cmake )
519
+ - [ cmake 3.5 ] ( https://formulae.brew.sh/formula/cmake )
520
520
- [ freetype 2.9.1] ( https://formulae.brew.sh/formula/freetype )
521
521
- [ git 2.19.2] ( https://formulae.brew.sh/formula/git )
522
522
- [ gnu-tar 1.3] ( https://formulae.brew.sh/formula/gnu-tar )
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ The following dependencies can be installed by using [Homebrew](https://brew.sh/
517
517
- [ autoconf 2.6.9] ( https://formulae.brew.sh/formula/autoconf )
518
518
- [ bash 4.4.23] ( https://formulae.brew.sh/formula/bash )
519
519
- [ binutils 2.32] ( https://formulae.brew.sh/formula/binutils )
520
- - [ cmake 3.4 ] ( https://formulae.brew.sh/formula/cmake )
520
+ - [ cmake 3.5 ] ( https://formulae.brew.sh/formula/cmake )
521
521
- [ freetype 2.9.1] ( https://formulae.brew.sh/formula/freetype )
522
522
- [ git 2.19.2] ( https://formulae.brew.sh/formula/git )
523
523
- [ gnu-tar 1.3] ( https://formulae.brew.sh/formula/gnu-tar )
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ The following dependencies can be installed by using [Homebrew](https://brew.sh/
517
517
- [ autoconf 2.6.9] ( https://formulae.brew.sh/formula/autoconf )
518
518
- [ bash 4.4.23] ( https://formulae.brew.sh/formula/bash )
519
519
- [ binutils 2.32] ( https://formulae.brew.sh/formula/binutils )
520
- - [ cmake 3.4 ] ( https://formulae.brew.sh/formula/cmake )
520
+ - [ cmake 3.5 ] ( https://formulae.brew.sh/formula/cmake )
521
521
- [ freetype 2.9.1] ( https://formulae.brew.sh/formula/freetype )
522
522
- [ git 2.19.2] ( https://formulae.brew.sh/formula/git )
523
523
- [ gnu-tar 1.3] ( https://formulae.brew.sh/formula/gnu-tar )
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ The following dependencies can be installed by using [Homebrew](https://brew.sh/
549
549
- [ autoconf 2.6.9] ( https://formulae.brew.sh/formula/autoconf )
550
550
- [ bash 4.4.23] ( https://formulae.brew.sh/formula/bash )
551
551
- [ binutils 2.32] ( https://formulae.brew.sh/formula/binutils )
552
- - [ cmake 3.4 ] ( https://formulae.brew.sh/formula/cmake )
552
+ - [ cmake 3.5 ] ( https://formulae.brew.sh/formula/cmake )
553
553
- [ git 2.19.2] ( https://formulae.brew.sh/formula/git )
554
554
- [ gnu-tar 1.3] ( https://formulae.brew.sh/formula/gnu-tar )
555
555
- [ nasm 2.15.05] ( https://formulae.brew.sh/formula/nasm )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The CMake build system is designed to provide as seamless a transition as is pos
28
28
As such, the normal OpenJ9 [ build instructions] ( https://www.eclipse.org/openj9/oj9_build.html )
29
29
can be followed with the following modifications:
30
30
31
- - Ensure that CMake version 3.4 or greater is installed
31
+ - Ensure that CMake version 3.5 or greater is installed
32
32
- The docker images will already have this provided
33
33
- Windows users need to have the Cygwin CMake package via the Cygwin installer, rather than downloading
34
34
the native windows version from the CMake website.
You can’t perform that action at this time.
0 commit comments