Skip to content

Commit

Permalink
Update minimum CMake version to 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 2, 2022
1 parent 3937542 commit f7b2fc1
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4.0)
cmake_minimum_required(VERSION 3.13.0)

# There is a bug in 3.19.0 that causes .S files to be treated like C files
if(CMAKE_VERSION VERSION_EQUAL "3.19.0")
Expand Down

0 comments on commit f7b2fc1

Please sign in to comment.