facebook/folly
CMake/folly-deps.cmake
:109
find_package(LZ4 MODULE)
find_package(LZ4 MODULE)
find_package(LZ4
[version] # Minimum version e.g. 1.8.0
[REQUIRED] # Fail with error if LZ4 is not found
)
find_package(LZ4)