From 554c46888e613e17cb6bb1e66c278b8d5b1e1503 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 12 Nov 2024 20:22:48 +0900 Subject: [PATCH] Update CMakeLists.txt, cmake_minimum_required 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2954a46..a9338e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.7) +cmake_minimum_required(VERSION 3.10) project(AnotherMemCheck) set(AnotherMemCheck_VERSION 2.9)