diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fa4285..4d99eb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) # ---[ Project PROJECT(pthreadpool C)