Skip to content

Commit 5b5f267

Browse files
committed
delete clashing framework dirs that are needed by scons.
1 parent b638452 commit 5b5f267

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The Test target used to validate changes in the GitHub CI.
77

88
message(STATUS "Testing Integration targets are enabled.")
99

10+
# Clean pre-existing framework bundles (they are committed for SCons, but break CMake framework generation)
11+
file(
12+
REMOVE_RECURSE
13+
"${OUTPUT_DIR}/project/bin/libgdexample.macos.template_debug.framework"
14+
"${OUTPUT_DIR}/project/bin/libgdexample.macos.template_release.framework"
15+
)
16+
1017
set(TARGET_NAME "godot-cpp-test")
1118

1219
add_library(${TARGET_NAME} SHARED EXCLUDE_FROM_ALL)

0 commit comments

Comments
 (0)