Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jul 24, 2024
1 parent 860d55c commit b9e6223
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,9 @@ macro(ADD_VELOX_DEPENDENCIES)
common::test_util
"${VELOX_COMPONENTS_PATH}/common/testutil/libvelox_test_util.a")

add_velox_dependency(external::md5
"${VELOX_COMPONENTS_PATH}/external/md5/libvelox_external_md5.a")
add_velox_dependency(
external::md5
"${VELOX_COMPONENTS_PATH}/external/md5/libvelox_external_md5.a")
add_velox_dependency(
external::date
"${VELOX_COMPONENTS_PATH}/external/date/libvelox_external_date.a")
Expand Down

0 comments on commit b9e6223

Please sign in to comment.