Skip to content

Commit c48b98e

Browse files
authored
Merge pull request #263 from eseiler/infra/cmake
[INFRA] Bump CMake
2 parents da92d23 + 27f9e0e commit c48b98e

23 files changed

+24
-24
lines changed

cmake/sharg-package.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# This file describes how Sharg will be packaged.
66

7-
cmake_minimum_required (VERSION 3.7)
7+
cmake_minimum_required (VERSION 3.12)
88

99
set (CPACK_GENERATOR "TXZ")
1010

test/api_stability/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024 Knut Reinert & MPI für molekulare Genetik
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
cmake_minimum_required (VERSION 3.8)
5+
cmake_minimum_required (VERSION 3.12)
66

77
project (api_stability)
88

test/cmake/add_subdirectories.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
cmake_minimum_required (VERSION 3.10)
5+
cmake_minimum_required (VERSION 3.12)
66

77
# Calls add_subdirectory on all (direct) subdirectories of the given directory if they contain a `CMakeLists.txt`
88
#

test/cmake/diagnostics/list_missing_unit_tests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
cmake_minimum_required (VERSION 3.10)
5+
cmake_minimum_required (VERSION 3.12)
66

77
set (sharg_test_include_targets
88
""

test/cmake/diagnostics/list_unused_snippets.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
cmake_minimum_required (VERSION 3.10)
5+
cmake_minimum_required (VERSION 3.12)
66

77
set (sharg_test_snippets
88
""

test/cmake/diagnostics/list_unused_unit_tests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
cmake_minimum_required (VERSION 3.10)
5+
cmake_minimum_required (VERSION 3.12)
66

77
set (sharg_test_targets
88
""

test/cmake/include_dependencies/add_include_dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
cmake_minimum_required (VERSION 3.10)
5+
cmake_minimum_required (VERSION 3.12)
66

77
include (diagnostics/list_missing_unit_tests)
88

test/cmake/sharg_generate_snippet.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
cmake_minimum_required (VERSION 3.10)
5+
cmake_minimum_required (VERSION 3.12)
66

77
# Generate snippets from a source_snippet
88
#

test/cmake/sharg_path_longest_stem.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
cmake_minimum_required (VERSION 3.10)
5+
cmake_minimum_required (VERSION 3.12)
66

77
# A compatible function for cmake < 3.20 that basically returns `cmake_path (GET <filename> STEM LAST_ONLY <out_var>)`
88
function (sharg_path_longest_stem out_var filename)

test/cmake/sharg_test_component.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
cmake_minimum_required (VERSION 3.10)
5+
cmake_minimum_required (VERSION 3.12)
66

77
include (sharg_path_longest_stem)
88

0 commit comments

Comments
 (0)