Skip to content

Commit

Permalink
Bump cmake minimum required version
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Dec 20, 2023
1 parent fb3202b commit 2ad7b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#

cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(utils VERSION 0.1.0 LANGUAGES C)

# libutils.a
Expand Down

0 comments on commit 2ad7b54

Please sign in to comment.