Skip to content

Commit

Permalink
cmake 3.12+ is now required
Browse files Browse the repository at this point in the history
Change-Id: I6488ba28423edf38b8a578f98655c64e22b106c2
  • Loading branch information
rdementi committed Jan 10, 2025
1 parent ed9227b commit 92a7656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2022-2024, Intel Corporation
# Copyright (c) 2022-2025, Intel Corporation

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

project(PCM)

Expand Down

0 comments on commit 92a7656

Please sign in to comment.