Skip to content

Commit

Permalink
chore: remove extra files from the wheels (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Mar 1, 2022
1 parent b807550 commit b2fd2be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ if(PYBUILD)
target_link_libraries(_ext PRIVATE awkward-static)

install(
TARGETS awkward-static awkward awkward-parent awkward-cpu-kernels awkward-cpu-kernels-static
_ext
TARGETS awkward awkward-parent awkward-cpu-kernels _ext
LIBRARY DESTINATION awkward
ARCHIVE DESTINATION awkward)

Expand Down

0 comments on commit b2fd2be

Please sign in to comment.