diff --git a/Source/CTest/cmCTestCurl.h b/Source/CTest/cmCTestCurl.h index 0d5fb7c8bd..729f16158a 100644 --- a/Source/CTest/cmCTestCurl.h +++ b/Source/CTest/cmCTestCurl.h @@ -52,7 +52,7 @@ private: std::vector HttpHeaders; std::string HTTPProxyAuth; std::string HTTPProxy; - curl_proxytype HTTPProxyType; + long HTTPProxyType; bool UseHttp10 = false; bool Quiet = false; int TimeOutSeconds = 0;