Skip to content

Commit d734d84

Browse files
committed
- Bump Boost min cmake required to 3.10 to match standalone Outcome.
Replaces boostorg/outcome#8
1 parent 744da6b commit d734d84

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# (See accompanying file Licence.txt or copy at
2222
# http://www.boost.org/LICENSE_1_0.txt)
2323

24-
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
24+
cmake_minimum_required(VERSION 3.10...4.0 FATAL_ERROR)
2525

2626
set(OUTCOME_DEPENDENCY_QUICKCPPLIB_GIT_TAG "master" CACHE STRING "Which git tag to use for the QuickCppLib dependency")
2727
if(NOT OUTCOME_DEPENDENCY_QUICKCPPLIB_GIT_TAG STREQUAL "master")

boostify/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Distributed under the Boost Software License, Version 1.0.
44
# https://www.boost.org/LICENSE_1_0.txt
55

6-
cmake_minimum_required(VERSION 3.5...3.16)
6+
cmake_minimum_required(VERSION 3.10...4.0 FATAL_ERROR)
77

88
project(boost_outcome VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
99

doc/src/content/changelog/_index.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ weight = 80
44
+++
55

66
---
7-
## v2.2.13 ? (Boost 1.89) [[release]](https://github.com/ned14/outcome/releases/tag/v2.2.13)
7+
## v2.2.14 ? (Boost 1.90) [[release]](https://github.com/ned14/outcome/releases/tag/v2.2.14)
8+
9+
### Enhancements:
10+
11+
- Bump Boost min cmake required to 3.10 to match standalone Outcome.
12+
13+
### Bug fixes:
14+
15+
16+
---
17+
## v2.2.13 6th August 2025 (Boost 1.89) [[release]](https://github.com/ned14/outcome/releases/tag/v2.2.13)
818

919
### Enhancements:
1020

@@ -14,9 +24,6 @@ weight = 80
1424
[#313](https://github.com/ned14/outcome/issues/313)
1525
- Bump min cmake required to 3.10 amongst other cmake modernisation fixes to please cmake 4.0.
1626

17-
### Bug fixes:
18-
19-
2027
---
2128
## v2.2.12 10th April 2025 (Boost 1.88) [[release]](https://github.com/ned14/outcome/releases/tag/v2.2.12)
2229

include/outcome/detail/revision.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Distributed under the Boost Software License, Version 1.0.
2222
*/
2323

2424
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
25-
#define OUTCOME_PREVIOUS_COMMIT_REF 7cfef8288ae1cb68c44e4ee88fde6c4e39e6d095
26-
#define OUTCOME_PREVIOUS_COMMIT_DATE "2025-05-20 12:55:03 +00:00"
27-
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 7cfef828
25+
#define OUTCOME_PREVIOUS_COMMIT_REF 744da6b7536f2850df972ab01504e3c4d9530149
26+
#define OUTCOME_PREVIOUS_COMMIT_DATE "2025-05-21 12:10:22 +00:00"
27+
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 744da6b7

0 commit comments

Comments
 (0)