Add WinHttp cmake option to the contributing guide (#1610)

Fixes https://github.com/Azure/azure-sdk-for-cpp/issues/1300
This commit is contained in:
Ahson Khan 2021-02-05 11:49:22 -08:00 committed by GitHub
parent a57cb349eb
commit 9ed77d8b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,11 @@ The following CMake options are available for adding/removing project features.
<td>OFF</td>
</tr>
<tr>
<td>BUILD_TRANSPORT_WINHTTP</td>
<td>Build the WinHTTP transport adapter. When building on Windows systems, if no other transport adapter is built, this option will be automatically turned ON. This option is not supported on non-Windows OSes.</td>
<td>OFF</td>
</tr>
<tr>
<td>BUILD_DOCUMENTATION</td>
<td>Build Doxygen documentation</td>
<td>OFF</td>