https://github.com/Kitware/CMake
Revision 4464ef21da99ec0d506ea1d66f959b5b11f65d0c authored by Zack Galbreath on 25 June 2018, 16:46:58 UTC, committed by Brad King on 27 June 2018, 19:08:14 UTC
This fixes a bug where ctest(SUBMIT CDASH_UPLOAD ...) would fail when
attemping to submit to a site bearing a genuine SSL certificate.
This code path was missing a call to cmCurlSetCAInfo() which loads
the certificate authority file.
1 parent ef5e2e8
Raw File
Tip revision: 4464ef21da99ec0d506ea1d66f959b5b11f65d0c authored by Zack Galbreath on 25 June 2018, 16:46:58 UTC
ctest_submit: Check CA file during CDASH_UPLOAD
Tip revision: 4464ef2
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing

# Visual Studio work directory
.vs/
back to top