remove non-target entries leaking into DawnTargets.cmake#63
remove non-target entries leaking into DawnTargets.cmake#63domibel wants to merge 1 commit intogoogle:mainfrom
Conversation
|
👋 Thanks for your contribution! Your PR has been imported to Gerrit. |
|
Hi @kainino0x, I just double checked and the Android monolithic build is still working even with the patch in this PR. are there any public interface (header only) targets that could be missed with this PR? |
I am using find_package(Dawn REQUIRED) and got:
DawnTargets.cmake incorrectly includes dawn::partition_alloc
since commit 96e9e61 as part of webgpu_dawn's link interface:
dawn::partition_alloc is a header-only internal target that is never
installed, so any downstream find_package(Dawn) fails.