Skip to content

Commit 744da6b

Browse files
committed
More cmake 4.0 improvements.
1 parent d4d3826 commit 744da6b

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

doc/html

Submodule html updated 484 files

doc/src/content/changelog/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ weight = 80
1111
[#312](https://github.com/ned14/outcome/issues/312)
1212
- `iostream_support.hpp` has been split into `iostream_support_result.hpp` and `iostream_support.hpp`.
1313

14+
[#313](https://github.com/ned14/outcome/issues/313)
15+
- Bump min cmake required to 3.10 amongst other cmake modernisation fixes to please cmake 4.0.
16+
1417
### Bug fixes:
1518

1619

test/link/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.9 FATAL_ERROR)
24+
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
2525

2626
set(outcome_LINK_TARGETS)
2727
foreach(type STATIC SHARED)

0 commit comments

Comments
 (0)