Skip to content

Commit 5869929

Browse files
authored
Merge pull request #22154 from pshipton/cmake3.5
Update the cmake minimum version to 3.5
2 parents 14761c7 + e90b2a1 commit 5869929

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# 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
2121
################################################################################
2222

23-
cmake_minimum_required(VERSION 3.4 FATAL_ERROR)
23+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
2424

2525
project(openj9)
2626

doc/build-instructions/Build_Instructions_V11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ The following dependencies can be installed by using [Homebrew](https://brew.sh/
516516
- [autoconf 2.6.9](https://formulae.brew.sh/formula/autoconf)
517517
- [bash 4.4.23](https://formulae.brew.sh/formula/bash)
518518
- [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)
520520
- [freetype 2.9.1](https://formulae.brew.sh/formula/freetype)
521521
- [git 2.19.2](https://formulae.brew.sh/formula/git)
522522
- [gnu-tar 1.3](https://formulae.brew.sh/formula/gnu-tar)

doc/build-instructions/Build_Instructions_V17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ The following dependencies can be installed by using [Homebrew](https://brew.sh/
517517
- [autoconf 2.6.9](https://formulae.brew.sh/formula/autoconf)
518518
- [bash 4.4.23](https://formulae.brew.sh/formula/bash)
519519
- [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)
521521
- [freetype 2.9.1](https://formulae.brew.sh/formula/freetype)
522522
- [git 2.19.2](https://formulae.brew.sh/formula/git)
523523
- [gnu-tar 1.3](https://formulae.brew.sh/formula/gnu-tar)

doc/build-instructions/Build_Instructions_V21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ The following dependencies can be installed by using [Homebrew](https://brew.sh/
517517
- [autoconf 2.6.9](https://formulae.brew.sh/formula/autoconf)
518518
- [bash 4.4.23](https://formulae.brew.sh/formula/bash)
519519
- [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)
521521
- [freetype 2.9.1](https://formulae.brew.sh/formula/freetype)
522522
- [git 2.19.2](https://formulae.brew.sh/formula/git)
523523
- [gnu-tar 1.3](https://formulae.brew.sh/formula/gnu-tar)

doc/build-instructions/Build_Instructions_V8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ The following dependencies can be installed by using [Homebrew](https://brew.sh/
549549
- [autoconf 2.6.9](https://formulae.brew.sh/formula/autoconf)
550550
- [bash 4.4.23](https://formulae.brew.sh/formula/bash)
551551
- [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)
553553
- [git 2.19.2](https://formulae.brew.sh/formula/git)
554554
- [gnu-tar 1.3](https://formulae.brew.sh/formula/gnu-tar)
555555
- [nasm 2.15.05](https://formulae.brew.sh/formula/nasm)

doc/build-instructions/cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The CMake build system is designed to provide as seamless a transition as is pos
2828
As such, the normal OpenJ9 [build instructions](https://www.eclipse.org/openj9/oj9_build.html)
2929
can be followed with the following modifications:
3030

31-
- Ensure that CMake version 3.4 or greater is installed
31+
- Ensure that CMake version 3.5 or greater is installed
3232
- The docker images will already have this provided
3333
- Windows users need to have the Cygwin CMake package via the Cygwin installer, rather than downloading
3434
the native windows version from the CMake website.

0 commit comments

Comments
 (0)