Update CMakeLists.txt, cmake_minimum_required 3.10
This commit is contained in:
parent
e0ddd55c66
commit
554c46888e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue