This mitigates maintenance burden as CMake minimum version isn't relevant for these tests. CMake >= 3.31 warns if CMake minimum version is less than 3.10. ref: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9875pull/13779/merge
parent
739683943a
commit
2291b3f27f
23 changed files with 25 additions and 25 deletions
@ -1,2 +1,2 @@ |
||||
cmake_minimum_required(VERSION 3.5) |
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION}) |
||||
project(cmModDummy) |
||||
|
@ -1,2 +1,2 @@ |
||||
cmake_minimum_required(VERSION 3.5) |
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION}) |
||||
project(cmModBoth) |
||||
|
Loading…
Reference in new issue