diff --git a/presto-native-tests/presto_cpp/tests/custom_functions/CMakeLists.txt b/presto-native-tests/presto_cpp/tests/custom_functions/CMakeLists.txt index a2d62155f91d..1095a0ef1136 100644 --- a/presto-native-tests/presto_cpp/tests/custom_functions/CMakeLists.txt +++ b/presto-native-tests/presto_cpp/tests/custom_functions/CMakeLists.txt @@ -16,6 +16,7 @@ set(PRESTO_AND_VELOX_INCLUDE_DIRS add_library(presto_cpp_custom_functions_test SHARED CustomFunctions.cpp) +find_package(xsimd) set(CMAKE_DYLIB_TEST_LINK_LIBRARIES fmt::fmt xsimd)