From 5ec2354dc6c1da477bbe820b4c61f69ef37336ed Mon Sep 17 00:00:00 2001 From: "yixiu.chen" Date: Fri, 16 Sep 2022 10:00:34 +0800 Subject: [PATCH] [POAE7-2317] Added tbb as linking library to presto-cpp (#6) * Integrated Modular SQL with presto-native-execution * Integrated Modular SQL with presto-native-execution * Updated presto-cpp integration linking libs --- presto-native-execution/presto_cpp/main/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/presto-native-execution/presto_cpp/main/CMakeLists.txt b/presto-native-execution/presto_cpp/main/CMakeLists.txt index 3ff7851bb5672..a96fa1db62966 100644 --- a/presto-native-execution/presto_cpp/main/CMakeLists.txt +++ b/presto-native-execution/presto_cpp/main/CMakeLists.txt @@ -45,6 +45,7 @@ set( cider_function LLVM yaml-cpp + tbb ) add_dependencies(presto_server_lib presto_protocol presto_types