mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
ba89b67cc5
We found that not installing the headers for snappy caused RocksDB's snappy detection to not find that snappy was installed: https://goo.gl/YOWJl0 The snippet there requires that the headers are installed, not just the library. By installing the headers, we can ensure that snappy is linked. OR, alternatively, we could just leave it and not link snappy. It's uncertain what the specific benefits of including snappy are for our use-case. (CC @igorcanadi) |
||
---|---|---|
.. | ||
tests | ||
CMakeLists.txt | ||
database.cpp | ||
db_handle.cpp | ||
db_handle.h | ||
query.cpp | ||
query.h |