JosephP91 / curlcpp

An object oriented C++ wrapper for CURL (libcurl)
https://josephp91.github.io/curlcpp
MIT License
630 stars 174 forks source link

Hotfix/build test option #140

Closed sakthi-vivek closed 2 years ago

sakthi-vivek commented 2 years ago

Based on the syntax of how BUILD_TEST has been defined and its usage, it seems to be that it was meant to be an option rather than set. Currently the variable BUILD_TEST resolves to Build Tests;OFF, hence leading to always building the test directory irrespective of the variable.