jeremy-rifkin / cpptrace

Simple, portable, and self-contained stacktrace library for C++11 and newer
MIT License
621 stars 64 forks source link

Fix typos in README.md #117

Closed slymas closed 4 months ago

slymas commented 4 months ago

Found these while setting up cpptrace in my project: 1 typo and possibly copy-pasta of DDCMAKE_BUILD_TYPE. Tested the latter by running cmake, which printed something like "ignored manually provided flag" with DDCMAKE_BUILD_TYPE, while it didn't print anything with DCMAKE_BUILD_TYPE.