Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added cibuildwheel artifacts to the distclean script
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 18, 2023
1 parent f523ff2 commit a420fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distclean.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ELSE()
SET(TOPDIR "${CMAKE_SOURCE_DIR}")
ENDIF()

SET(SKBUILD_DIR "_skbuild")
SET(CIBW_DIR "_skbuild" "swiftest.egg-info" "wheelhouse")

MACRO(GET_PARENT_DIRECTORIES search_string return_list grandparents)
FILE(GLOB_RECURSE new_list ${search_string})
Expand Down Expand Up @@ -63,7 +63,7 @@ SET(DEL ${TOPDIRECTORIES}
${CMAKEFILES}
${CMAKETESTING}
${CMAKETESTFILES}
${SKBUILD_DIR}
${CIBW_DIR}
)

# If we are not in the build dir, delete that as well
Expand Down

0 comments on commit a420fb8

Please sign in to comment.