Programming/cmake: fixes and new version 3.13.3

- use system libcurl on all systems, otherwise https doesn't work
This commit is contained in:
2019-01-17 14:16:39 +01:00
parent eeb105c0c8
commit d807f1d0f7
2 changed files with 2 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ cmake/3.6.3 stable
cmake/3.8.1 stable
cmake/3.9.6 stable
cmake/3.10.3 stable b:gcc/7.3.0
cmake/3.13.3 unstable b:gcc/7.3.0

View File

@@ -5,7 +5,7 @@ pbuild::add_to_group 'Programming'
declare bootstrap_flags=''
pbuild::pre_configure_Darwin() {
pbuild::pre_configure() {
bootstrap_flags+='--system-curl'
}