From b9375372c66139476e1279eb9e5218a102c3f8b7 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Wed, 5 Feb 2025 17:59:03 -0500 Subject: [PATCH] Add target-nvptx to target-all in vcpkg.json (#8562) --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index 49314b519f30..e45ca9908f3e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -115,6 +115,7 @@ "target-aarch64", "target-arm", "target-hexagon", + "target-nvptx", "target-powerpc", "target-riscv" ]