diff --git a/cmake/FindMETAL.cmake b/cmake/FindMETAL.cmake index cfbdcfb3a..3fcacdb6c 100644 --- a/cmake/FindMETAL.cmake +++ b/cmake/FindMETAL.cmake @@ -21,6 +21,6 @@ if(METAL_FOUND AND NOT TARGET OCCA::depends::METAL) # Put it in the OCCA namespace to make it clear that we created it. add_library(OCCA::depends::METAL INTERFACE IMPORTED) set_target_properties(OCCA::depends::METAL PROPERTIES - INTERFACE_LINK_LIBRARIES "${METAL_LIBRARY} ${CORE_SERVICES} ${APP_KIT}" + INTERFACE_LINK_LIBRARIES "${METAL_LIBRARY};${CORE_SERVICES};${APP_KIT}" ) endif()