Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 15, 2024
1 parent 101d26f commit 355299b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/resolve_dependency_modules/hyperscan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(${RAGEL} STREQUAL "RAGEL-NOTFOUND")
FetchContent_Populate(colm)
endif()
execute_process(
COMMAND bash -c "./autogen.sh && ./configure && make"
COMMAND bash -c "./autogen.sh && ./configure && make && make install"
WORKING_DIRECTORY ${colm_SOURCE_DIR}
RESULT_VARIABLE result
OUTPUT_VARIABLE output
Expand Down
2 changes: 1 addition & 1 deletion velox/functions/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ add_library(
TimeUtils.cpp)

target_link_libraries(velox_functions_lib velox_functions_util velox_vector
re2::re2 Folly::folly hs)
re2::re2 Folly::folly hyperscan)

add_subdirectory(aggregates)
add_subdirectory(string)
Expand Down

0 comments on commit 355299b

Please sign in to comment.