Index: cfe/trunk/CMakeLists.txt =================================================================== --- cfe/trunk/CMakeLists.txt +++ cfe/trunk/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.8) +cmake_minimum_required(VERSION 3.4.3) # FIXME: It may be removed when we use 2.8.12. if(CMAKE_VERSION VERSION_LESS 2.8.12) Index: cfe/trunk/tools/scan-build-py/tests/functional/exec/CMakeLists.txt =================================================================== --- cfe/trunk/tools/scan-build-py/tests/functional/exec/CMakeLists.txt +++ cfe/trunk/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)