# #Snappy - Compression lib focused on speed rather than high compression # ExternalProject_Add ( snappy PREFIX ${CMAKE_INSTALL_PREFIX} URL https://github.com/willyd/snappy/archive/e4646f1054095a65903404b777202f42452d18b1.zip URL_MD5 8f0ac2c72857e029d1c5dbe17cf364f1 CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} )