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

Commit

Permalink
got rid of wheelhouse from the distclean to prevent obliterating thes…
Browse files Browse the repository at this point in the history
…e precious wheels
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 19, 2023
1 parent 60be996 commit dc3fe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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(CIBW_DIR "_skbuild" "swiftest.egg-info" "wheelhouse")
SET(CIBW_DIR "_skbuild" "swiftest.egg-info")

MACRO(GET_PARENT_DIRECTORIES search_string return_list grandparents)
FILE(GLOB_RECURSE new_list ${search_string})
Expand Down

0 comments on commit dc3fe0f

Please sign in to comment.