Skip to content

Commit 2552479

Browse files
committed
chore: lower cmake requirements to 3.20
1 parent 17910fb commit 2552479

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.25)
1+
cmake_minimum_required(VERSION 3.20)
22
project(redasm-analyzers C)
33

44
if(NOT TARGET redasm::redasm)

compilers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.25)
1+
cmake_minimum_required(VERSION 3.20)
22

33
project(compilers C)
44

0 commit comments

Comments
 (0)