summaryrefslogtreecommitdiff
path: root/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scan-build-py/tests/functional/exec/CMakeLists.txt')
-rw-r--r--tools/scan-build-py/tests/functional/exec/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scan-build-py/tests/functional/exec/CMakeLists.txt b/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
index 6e5d2e966184d..42ee1d11db828 100644
--- a/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
+++ b/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
@@ -1,6 +1,6 @@
project(exec C)
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.4.3)
include(CheckCCompilerFlag)
check_c_compiler_flag("-std=c99" C99_SUPPORTED)