Skip to content

Commit

Permalink
cmake: require version 3.13 instead of 3.14 so that we can use Debian…
Browse files Browse the repository at this point in the history
… Buster
  • Loading branch information
PeterMatula committed Jan 4, 2022
1 parent 4175246 commit c403441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.13)

project(retdec
LANGUAGES C CXX
Expand Down
2 changes: 1 addition & 1 deletion deps/authenticode-parser/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.13)

project(authenticode_parser VERSION 1.0.0 LANGUAGES C)

Expand Down

0 comments on commit c403441

Please sign in to comment.