easyhttpcpp icon indicating copy to clipboard operation
easyhttpcpp copied to clipboard

CMake options - messages lie about default options

Open zamazan4ik opened this issue 5 years ago • 0 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

zamazan4ik avatar May 03 '20 15:05 zamazan4ik