sony / easyhttpcpp

A cross-platform HTTP client library with a focus on usability and speed
MIT License
163 stars 29 forks source link

CMake options - messages lie about default options #15

Open zamazan4ik opened 4 years ago

zamazan4ik commented 4 years ago

Description

CMakeLists.txt lies about default options here for all 3 options: https://github.com/sony/easyhttpcpp/blob/master/CMakeLists.txt#L42

Expected

Default option in the message and actual default setted to the CMake variable shall be equal

Actual

Default option in the message and actual default setted to the CMake variable shall are different

How to reproduce

Just check https://github.com/sony/easyhttpcpp/blob/master/CMakeLists.txt#L42