https://github.com/Kitware/CMake
Revision 9ff7fffbf492ae32a57b2768a3025aa3521aabe4 authored by Brad King on 02 August 2022, 18:36:58 UTC, committed by Brad King on 02 August 2022, 18:38:22 UTC
Since commit 06c6e76a12 (ci: update to WiX 3.14.0.6526, 2022-06-10,
v3.24.0-rc1~4^2~2) we download the WiX binaries from `wixtoolset.org`
instead of a `github.com` CDN.  Avoid hitting their organization site
on every CI job by hosting the binaries at `cmake.org`.
1 parent e18fb0c
Raw File
Tip revision: 9ff7fffbf492ae32a57b2768a3025aa3521aabe4 authored by Brad King on 02 August 2022, 18:36:58 UTC
ci: host WiX 3.14.0.6526 binaries ourselves
Tip revision: 9ff7fff
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top