Skip to content

Commit 023befa

Browse files
authored
build: bump cmake_minimum_required to 3.5
New cmake 4.0.0 removed compatibility with all version prior to 3.5.
1 parent 99c5637 commit 023befa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- `CMake` minimum version bumped to 3.5.
12+
913
### Added
1014

1115
- Add versioning support.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
22

33
project(errors NONE)
44

0 commit comments

Comments
 (0)