Update CMakeLists.txt, cmake_minimum_required 3.10

This commit is contained in:
Stephen Seo 2024-11-12 20:22:48 +09:00
parent e0ddd55c66
commit 554c46888e

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.7) cmake_minimum_required(VERSION 3.10)
project(AnotherMemCheck) project(AnotherMemCheck)
set(AnotherMemCheck_VERSION 2.9) set(AnotherMemCheck_VERSION 2.9)