diff options
Diffstat (limited to 'Tests/COnly/CMakeLists.txt')
-rw-r--r-- | Tests/COnly/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/COnly/CMakeLists.txt b/Tests/COnly/CMakeLists.txt index 728ec5b..610d4da 100644 --- a/Tests/COnly/CMakeLists.txt +++ b/Tests/COnly/CMakeLists.txt @@ -1,5 +1,5 @@ # a simple C only test case -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project (COnly C) set(CMAKE_DEBUG_POSTFIX "_test_debug_postfix") |