when building snappy also it builds unit tests and benchmarks apps
Hello,
Will be nice to disable the snappy unnecessary components while building. This reduce the building time:
You can add to CMAKE_ARGS for snappy:
-DSNAPPY_BUILD_TESTS=OFF
-DSNAPPY_BUILD_BENCHMARKS=OFF (not available into the version of snappy used by your repo but available in snappy recent versions)
Edited by Silviu Caragea