Skip to content

Commit cd3b9bd

Browse files
committed
fix cmake minimum version
1 parent 6781d42 commit cd3b9bd

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.30)
1+
cmake_minimum_required(VERSION 3.16)
22
project(threadpool)
33

44
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)