fix build option issues; refine cmake

This commit is contained in:
Chunting Gu
2021-02-05 14:12:26 +08:00
parent 1c35b97654
commit 7f345b7a4e
26 changed files with 70 additions and 65 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public:
// Set content types to accept.
void Accept(const std::string& content_types);
#ifdef WEBCC_ENABLE_GZIP
#if WEBCC_ENABLE_GZIP
// Accept Gzip compressed response data or not.
void AcceptGzip(bool gzip = true);