Skip to content

Commit

Permalink
Fix: change the minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjshakir committed Nov 30, 2024
1 parent d195a5c commit 6708cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
#------------------------------------------------------------------------------------------
# Determine if ThreadPool is built as a standalone project or included by other projects
set(THREADPOOL_STANDALONE_PROJECT OFF)
Expand Down

0 comments on commit 6708cf5

Please sign in to comment.