Skip to content

Commit

Permalink
Downgrade cmake requirment to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dron0gus committed Feb 13, 2022
1 parent d37f188 commit f24548b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Host/Source/BootCommander/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# \endinternal
#****************************************************************************************
# Specify the version being used aswell as the language
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.10)


#****************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Host/Source/LibOpenBLT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# \endinternal
#****************************************************************************************
# Specify the version being used aswell as the language
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.10)


#****************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Host/Source/SeedNKey/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# \endinternal
#****************************************************************************************
# Specify the version being used aswell as the language
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.10)


#****************************************************************************************
Expand Down

0 comments on commit f24548b

Please sign in to comment.