Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions presto-native-execution/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ include_directories(${CMAKE_BINARY_DIR})
# set this for backwards compatibility, will be overwritten in velox/
set(VELOX_GTEST_INCUDE_DIR "velox/third_party/googletest/googletest/include")

# Do not use the Mono library because it causes link errors.
set(VELOX_MONO_LIBRARY
OFF
CACHE BOOL "Build Velox mono library")

add_subdirectory(velox)

if(PRESTO_ENABLE_TESTING)
Expand Down
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 136 files
Loading