/usr/lib/cmake/paraview/FindLZ4.cmake is in paraview-dev 5.0.1+dfsg1-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | find_library(LZ4_LIBRARIES NAMES lz4)
find_path(LZ4_INCLUDE_DIRS NAMES lz4.h)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(LZ4
DEFAULT_MSG
LZ4_LIBRARIES
LZ4_INCLUDE_DIRS)
|