azure-sdk-for-cpp/sdk
Victor Vazquez cd2a8a3812
cmake updates for building transport adapters (#706)
Adding CMake module to enable/disable transport adapters

TRANSPORT ADAPTER BUILD  
Default: If no option is explicitly added, curl will be used for POSIX and WIN HTTP for WIndows 
 Windows: Both CURL and WIN_HTTP can be build to be used.                                        
POSIX: Only CURL is acceptable. If WIN_HTTP is set, generate step will fail for user            

Defines `BUILD_WIN_HTTP_TRANSPORT_ADAPTER` and `BUILD_CURL_HTTP_TRANSPORT_ADAPTER` for source code
 
Fixes #350
2020-10-10 00:08:57 +00:00
..
core cmake updates for building transport adapters (#706) 2020-10-10 00:08:57 +00:00
storage Validate invalid HTTP headers (#703) 2020-10-09 23:35:58 +00:00
template update CMake min version to 3.15 (#710) 2020-10-09 23:26:01 +00:00