File: ConfigureLZ4.cmake

package info (click to toggle)
hdf5-filter-plugin 0.0~git20221111.49e3b65-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,848 kB
  • sloc: ansic: 14,374; sh: 11,445; cpp: 1,463; makefile: 100; python: 19; xml: 6
file content (9 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
if(USE_CONAN)
	set(LZ4_ROOT ${CONAN_LZ4_ROOT})
	message(STATUS "searching for LZ4 below: ${LZ4_ROOT}")
endif()

find_package(LZ4 REQUIRED)
message(STATUS "Found LZ4 libraries: ${LZ4_LIBRARY_DIRS}")
message(STATUS "${LZ4_LIBRARIES}")
message(STATUS "Found LZ4 headers: ${LZ4_INCLUDE_DIRS}")