From dc3fe0f6e0548ccaf7786d1a6171a8f07f56a0a6 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Sat, 19 Aug 2023 16:06:54 -0400 Subject: [PATCH] got rid of wheelhouse from the distclean to prevent obliterating these precious wheels --- distclean.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distclean.cmake b/distclean.cmake index 090637c2e..d01195c6c 100644 --- a/distclean.cmake +++ b/distclean.cmake @@ -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})