Commit 8698bff 1 parent 6b0e5f9 commit 8698bff Copy full SHA for 8698bff
File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2023-2024 Jochem Rutgers
1
+ # SPDX-FileCopyrightText: 2023-2025 Jochem Rutgers
2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
5
5
# This file only performs a few sanity checks on the repo. No building is required to use the
6
6
# cmake/*.cmake files.
7
7
8
- cmake_minimum_required (VERSION 3.5 )
9
- cmake_policy (VERSION 3.5 )
8
+ cmake_minimum_required (VERSION 3.10 )
9
+ cmake_policy (VERSION 3.10 )
10
10
11
11
project (cmake-sbom)
12
12
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2023-2024 Jochem Rutgers
1
+ # SPDX-FileCopyrightText: 2023-2025 Jochem Rutgers
2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
5
- cmake_minimum_required (VERSION 3.5 )
5
+ cmake_minimum_required (VERSION 3.10 )
6
6
7
7
if (COMMAND version_generate)
8
8
version_extract()
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2023-2024 Jochem Rutgers
1
+ # SPDX-FileCopyrightText: 2023-2025 Jochem Rutgers
2
2
#
3
3
# SPDX-License-Identifier: CC0-1.0
4
4
5
5
# ##################################################################################################
6
6
# Preamble
7
7
8
- cmake_minimum_required (VERSION 3.7.1 )
9
- cmake_policy (VERSION 3.7.1 )
8
+ cmake_minimum_required (VERSION 3.10 )
9
+ cmake_policy (VERSION 3.10 )
10
10
11
11
project (example-project)
12
12
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2023-2024 Jochem Rutgers
1
+ # SPDX-FileCopyrightText: 2023-2025 Jochem Rutgers
2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
@@ -18,8 +18,8 @@ function(test name)
18
18
make_directory (${_dir} /build )
19
19
20
20
set (TEST_PREAMBLE
21
- "cmake_minimum_required(VERSION 3.5 )
22
- cmake_policy(VERSION 3.5 )
21
+ "cmake_minimum_required(VERSION 3.10 )
22
+ cmake_policy(VERSION 3.10 )
23
23
project(${name} )"
24
24
)
25
25
You can’t perform that action at this time.
0 commit comments