fix build option issues; refine cmake
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user