snowplow / snowplow-cpp-tracker

Snowplow event tracker for C++. Add analytics to your C++ applications, games and servers
http://snowplowanalytics.com
Apache License 2.0
9 stars 6 forks source link

Update sqlite3 to latest version due to use of deprecated APIs (close #24) #30

Closed matus-tomlein closed 2 years ago

matus-tomlein commented 2 years ago

Updates included Sqlite3 library to latest version because the previously included version (3.12.2) makes use of the OSAtomicCompareAndSwapPtrBarrier which was deprecated in macOS 10.12 and showed warnings during build.