Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit dd6cbd9

Browse files
authored
build2cmake: remove metallib install (#168)
1 parent bfcde3a commit dd6cbd9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build2cmake/src/templates/metal/compile-metal.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,4 @@ function(compile_metal_shaders TARGET_NAME METAL_SOURCES)
6767
set_target_properties(${TARGET_NAME} PROPERTIES
6868
METALLIB_FILE ${METALLIB_FILE}
6969
)
70-
71-
# Install the metallib
72-
install(FILES ${METALLIB_FILE}
73-
DESTINATION lib
74-
COMPONENT metal_shaders)
7570
endfunction()

0 commit comments

Comments
 (0)