Skip to content
Snippets Groups Projects

Add make to the list of dependencies

Merged Amir MOHAMMADI requested to merge make into master
1 unresolved thread
2 files
+ 20
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -78,12 +78,12 @@ zip_keys:
# This version of bob-devel will be used at test time of packages:
bob_devel:
- 2020.11.05
- 2020.11.06
# This version of beat-devel will be used at test time of packages. Notice it
# uses bob-devel and should have a version that is greater or equal its value
beat_devel:
- 2020.11.05
- 2020.11.06
# The build time only dependencies (build requirements).
# Updating these to the latest version all the time is OK and a good idea.
@@ -91,6 +91,8 @@ beat_devel:
# overlap) so update them in both places.
cmake:
- 3.14.0
make:
- 4.2.1
pkg_config:
- 0.29.2
Loading