diff --git a/CMakeLists.txt b/CMakeLists.txt
index fba6fed..3b6300e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 # CMake build system for CMatrix
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.10)
 
 project(CMatrix LANGUAGES C)
 set(VERSION "2.0")
