Skip to content

Commit ff5b171

Browse files
Fix warning by updating min cmake version to 3.5
Signed-off-by: Lisanna Dettwyler <[email protected]>
1 parent abdafea commit ff5b171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2020-2024 Intel Corporation
22
# SPDX-License-Identifier: MIT
33

4-
cmake_minimum_required(VERSION 3.2.0 FATAL_ERROR)
4+
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
55
set(CMAKE_CXX_STANDARD 14)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
set(CMAKE_CXX_EXTENSIONS OFF)

os_release_info.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(_os_release_info TRUE)
1212
# of the local cmake environment.
1313

1414
# Set cmake policies for at least this level:
15-
cmake_minimum_required(VERSION 3.2.0)
15+
cmake_minimum_required(VERSION 3.5.0)
1616

1717

1818
# Function get_os_release_info - Determine and return OS name and version

0 commit comments

Comments
 (0)