Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Nov 23, 2023
1 parent b40a5f0 commit 4a70923
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
38 changes: 0 additions & 38 deletions cpp/CMake/Simdjson.cmake

This file was deleted.

7 changes: 0 additions & 7 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,6 @@ target_link_libraries(velox PUBLIC Folly::folly)
find_re2()
target_link_libraries(velox PUBLIC ${RE2_LIBRARY})

include(Simdjson)
if(TARGET simdjson::simdjson AND NOT TARGET simdjson)
add_library(simdjson INTERFACE)
target_link_libraries(simdjson INTERFACE simdjson::simdjson)
endif()
target_link_libraries(velox PUBLIC simdjson)

if(ENABLE_GLUTEN_VCPKG)
find_package(Thrift CONFIG)
else()
Expand Down

0 comments on commit 4a70923

Please sign in to comment.