1 parent 8c93d52 commit 0695260Copy full SHA for 0695260
1 file changed
cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -2276,6 +2276,9 @@ macro(build_re2)
2276
set(RE2_INCLUDE_DIR "${RE2_PREFIX}/include")
2277
2278
list(APPEND ARROW_BUNDLED_STATIC_LIBS re2::re2)
2279
+
2280
+ # Install re2 headers for gazelle native code use.
2281
+ install(DIRECTORY "${RE2_INCLUDE_DIR}/re2" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
2282
endmacro()
2283
2284
if(ARROW_WITH_RE2)
0 commit comments