Skip to content

Commit dc92ced

Browse files
Ivan-VelickovicIndanz
authored andcommitted
Bump minimum CMake version
See commit 6f2fe4626d827eb58e2fd954c2c16cefcb67fa61 of seL4 for motivation. Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
1 parent cb4d3a2 commit dc92ced

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: BSD-2-Clause
55
#
66

7-
cmake_minimum_required(VERSION 3.7.2)
7+
cmake_minimum_required(VERSION 3.16.0)
88

99
include(settings.cmake)
1010

apps/sel4test-driver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: BSD-2-Clause
55
#
66

7-
cmake_minimum_required(VERSION 3.7.2)
7+
cmake_minimum_required(VERSION 3.16.0)
88

99
project(sel4test-driver C)
1010

apps/sel4test-tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: BSD-2-Clause
55
#
66

7-
cmake_minimum_required(VERSION 3.7.2)
7+
cmake_minimum_required(VERSION 3.16.0)
88

99
project(sel4test-tests C CXX)
1010

libsel4testsupport/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: BSD-2-Clause
55
#
66

7-
cmake_minimum_required(VERSION 3.7.2)
7+
cmake_minimum_required(VERSION 3.16.0)
88

99
project(libsel4testsupport C)
1010

settings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: BSD-2-Clause
55
#
66

7-
cmake_minimum_required(VERSION 3.7.2)
7+
cmake_minimum_required(VERSION 3.16.0)
88

99
set(project_dir "${CMAKE_CURRENT_LIST_DIR}/../..")
1010
file(GLOB project_modules ${project_dir}/projects/*)

0 commit comments

Comments
 (0)