nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/Source/CTest/cmCTestCurl.h b/Source/CTest/cmCTestCurl.h
2index 7836f4b9c78a1d103eee515d618856a6712b4480..9113890b5a12cb157b691b66d96e25d0fd4b50ef 100644
3--- a/Source/CTest/cmCTestCurl.h
4+++ b/Source/CTest/cmCTestCurl.h
5@@ -52,7 +52,7 @@ private:
6 std::vector<std::string> HttpHeaders;
7 std::string HTTPProxyAuth;
8 std::string HTTPProxy;
9- curl_proxytype HTTPProxyType;
10+ long HTTPProxyType;
11 bool UseHttp10 = false;
12 bool Quiet = false;
13 int TimeOutSeconds = 0;