wonder-mice / zf_log

Core logging library for C/ObjC/C++
MIT License
196 stars 51 forks source link

CMake instructions use wrong var name #32

Closed aaronfrary closed 5 years ago

aaronfrary commented 5 years ago

Under the "Embedding with CMake" header in the README is the line

set(ZF_LOG_ANDROID_LOG ON)

The correct variable name is ZF_LOG_USE_ANDROID_LOG.

Happy to submit a PR if that'd be helpful. I'm using this library for a cross-platform project and it's been great so far.

wonder-mice commented 5 years ago

Fixed in 0e81882.