Ujjwal created AVRO-1560:
----------------------------
Summary: SNAPPY_INCLUDE_DIR not accounted in CMakeLists.txt
Key: AVRO-1560
URL: https://issues.apache.org/jira/browse/AVRO-1560
Project: Avro
Issue Type: Bug
Components: c
Affects Versions: 1.7.7
Reporter: Ujjwal
Priority: Minor
Fix For: 1.8.0
The current CMakeLists.txt does not account for Snappy include folders causing
the compilation to fail when a custom compiled snappy is provided.
In https://github.com/apache/avro/blob/release-1.7.7/lang/c/CMakeLists.txt#L143
we should include
{code:xml}
include_directories(${SNAPPY_INCLUDE_DIR})
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)