ISA-L has updated the aarch64 multibinary dispatcher
(igzip_multibinary_aarch64_dispatcher.c) to include an internal header
"igzip/encode_df.h".
ceph_zlib fails to build because it compiles this dispatcher directly
on aarch64 but only has the isa-l "include" dir in the search path.
This commit add the isa-l root to the search path so that we can find encode_df.h
Signed-off-by: Jamie Pryde <jamiepry@uk.ibm.com>
if(HAVE_UADK)
target_link_libraries(ceph_zlib uadk_compressor)
endif()
-target_include_directories(ceph_zlib SYSTEM PRIVATE "${CMAKE_SOURCE_DIR}/src/isa-l/include")
+target_include_directories(ceph_zlib SYSTEM PRIVATE "${CMAKE_SOURCE_DIR}/src/isa-l/include" "${CMAKE_SOURCE_DIR}/src/isa-l")
set_target_properties(ceph_zlib PROPERTIES
VERSION 2.0.0
SOVERSION 2