Skip to content

Commit 331ba03

Browse files
lukaszstolarczuklisanna-dettwyler
authored andcommitted
Bump minimal required CMake version
Currently, it doesn't configure properly on cmake-3.5.0 with 2 errors: - CMake Error at CMakeLists.txt:51 (include) include could not find load file: FetchContent - CMake Error at source/layers/validation/CMakeLists.txt:39 (install): install TARGETS given unknown argument "NAMELINK_COMPONENT". Signed-off-by: Łukasz Stolarczuk <[email protected]>
1 parent c321c22 commit 331ba03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.5.0 FATAL_ERROR)
4+
cmake_minimum_required(VERSION 3.12.0 FATAL_ERROR)
55
set(CMAKE_CXX_STANDARD 14)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
set(CMAKE_CXX_EXTENSIONS OFF)

0 commit comments

Comments
 (0)