mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
* Reorder cmake docs a bit Just wanted to group the more related build options together. Also removed a pointless reference to the old reasoning for the required min ver since it's 3.14 now anyways. * Fix outdated cmake comment We don't use Git to find the version string anymore. Just updated to match what it's actually used for now. * Group options and build-tree vars in Cmake Doesn't really change anything, I just wanted to clean these up a bit. * Fix how we set HTTPLIB_IS_USING_XXX vars in Cmake Prevents us acidentally using libs when the user didn't want them actually used. This could happen if they set the option to OFF but their own project itself is using the lib, thus we'd find and use it anyways. Ref #1602 to see an example of this already happening before. This is merely apply that kind of fix to all 3 of our deps, instead of just OpenSSL. * Minor formatting/comment change to Cmake Pointless, but these things were bothering me..
13 KiB
13 KiB