Skip to content

Commit a54fd25

Browse files
authored
Merge pull request #52 from project-tsurugi/bump-cmake-minimum-required
build: bump cmake_minimum_required to 3.20
2 parents 35ebf5e + 11b788f commit a54fd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.16)
1+
cmake_minimum_required(VERSION 3.20)
22

33
if(POLICY CMP0167)
44
cmake_policy(SET CMP0167 NEW)

0 commit comments

Comments
 (0)