Skip to content

Commit ced3a5a

Browse files
committed
Drop requirement for CMake to 3.16
1 parent db7ee90 commit ced3a5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tcb_span/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 3.22)
1+
cmake_minimum_required(VERSION 3.16)
22
project(tcb_span
33
LANGUAGES CXX
44
)

tl_expected/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 3.22)
1+
cmake_minimum_required(VERSION 3.16)
22
project(tl_expected
33
HOMEPAGE_URL https://tl.tartanllama.xyz
44
DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"

0 commit comments

Comments
 (0)