sony / easyhttpcpp

A cross-platform HTTP client library with a focus on usability and speed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake options - messages lie about default options

zamazan4ik opened this issue · comments

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