Skip to content

Commit 2e29b53

Browse files
#685 Minimum cmake version required now 3.5 (#689)
* Minimum cmake version required now 3.5 Replace all "cmake_minimum_required" for cmake versions with 3.5 with 3.5 itself - reflecting soon to be the minimum version that cmake supports. * Minimum cmake version required in PR template now 3.5 too * Update cmake.rst in documentation Remove general references for cmake prior to 3.5 except for pure history comment. --------- Co-authored-by: NeroBurner <pyro4hell@gmail.com>
1 parent eb3c4ed commit 2e29b53

File tree

648 files changed

+709
-718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

648 files changed

+709
-718
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

cmake/modules/hunter_apply_gate_settings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2015, Ruslan Baratov
22
# All rights reserved.
33

4-
cmake_minimum_required(VERSION 3.0)
4+
cmake_minimum_required(VERSION 3.5)
55

66
include(CMakeParseArguments) # cmake_parse_arguments
77

cmake/modules/hunter_boost_component_b2_args.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2016, Ruslan Baratov
33
# All rights reserved.
44

5-
cmake_minimum_required(VERSION 3.0)
5+
cmake_minimum_required(VERSION 3.5)
66

77
# for iostreams dependency on ZLIB and BZIP2
88
include(hunter_add_package)

cmake/modules/hunter_calculate_config_sha1.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2015, Ruslan Baratov
22
# All rights reserved.
33

4-
cmake_minimum_required(VERSION 3.0)
4+
cmake_minimum_required(VERSION 3.5)
55

66
include(hunter_assert_not_empty_string)
77
include(hunter_config)

cmake/modules/hunter_calculate_self.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2015, Ruslan Baratov
22
# All rights reserved.
33

4-
cmake_minimum_required(VERSION 3.0)
4+
cmake_minimum_required(VERSION 3.5)
55

66
include(hunter_internal_error)
77
include(hunter_assert_not_empty_string)

cmake/modules/hunter_lock_directory.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2015, Ruslan Baratov
22
# All rights reserved.
33

4-
cmake_minimum_required(VERSION 3.0)
4+
cmake_minimum_required(VERSION 3.5)
55

66
include(hunter_fatal_error)
77
include(hunter_status_debug)

cmake/modules/hunter_make_directory.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2015, Ruslan Baratov
22
# All rights reserved.
33

4-
cmake_minimum_required(VERSION 3.0)
4+
cmake_minimum_required(VERSION 3.5)
55

66
include(hunter_internal_error)
77
include(hunter_lock_directory)

cmake/modules/hunter_set_config_location.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2015, Ruslan Baratov
22
# All rights reserved.
33

4-
cmake_minimum_required(VERSION 3.0)
4+
cmake_minimum_required(VERSION 3.5)
55

66
include(hunter_internal_error)
77
include(hunter_status_print)

cmake/modules/hunter_setup_msvc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2014-2016, Ruslan Baratov, Sumedh Ghaisas
22
# All rights reserved.
33

4-
cmake_minimum_required(VERSION 3.0)
4+
cmake_minimum_required(VERSION 3.5)
55

66
include(hunter_fatal_error)
77
include(hunter_internal_error)

0 commit comments

Comments
 (0)