diff options
| author | arcadia-devtools <[email protected]> | 2022-03-16 12:44:45 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-16 12:44:45 +0300 |
| commit | f2bea43f564daffc657e2b30cad3b044bd2cb7c7 (patch) | |
| tree | 647aa2172bcfc7fc90c5d5aa7cf295727406c1de /contrib | |
| parent | 299d83114f32daf6465fe44e247026c9e1db3cf0 (diff) | |
intermediate changes
ref:d483e9e2fc8bfef633904bd3103470d44e8d0eb4
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/libs/apache/orc/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/apache/orc/CMakeLists.txt b/contrib/libs/apache/orc/CMakeLists.txt index 3a33a28ab8e..6630daa99f0 100644 --- a/contrib/libs/apache/orc/CMakeLists.txt +++ b/contrib/libs/apache/orc/CMakeLists.txt @@ -9,6 +9,9 @@ find_package(ZLIB REQUIRED) add_library(libs-apache-orc) +target_include_directories(libs-apache-orc PUBLIC + ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include +) target_include_directories(libs-apache-orc PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src |
