Make sure debug postfix is empty

If a debug postfix is set by another lib, the copied file name differs from the original target name, prevent this.
This commit is contained in:
Selim Sandal 2025-01-04 10:45:42 +03:00 committed by GitHub
parent 989857d2e5
commit e45de12c5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ function(add_metal_shader_library TARGET)
add_library(${TARGET} MODULE ${_amsl_UNPARSED_ARGUMENTS})
set_target_properties(${TARGET} PROPERTIES
DEBUG_POSTFIX ""
XCODE_PRODUCT_TYPE com.apple.product-type.metal-library
XCODE_ATTRIBUTE_MTL_FAST_MATH "YES"
XCODE_ATTRIBUTE_MTL_ENABLE_DEBUG_INFO[variant=Debug] "INCLUDE_SOURCE"