From 93ef3acb504ca8b978e12b414d09cc5c835c4ac3 Mon Sep 17 00:00:00 2001 From: Aristo7 <5432499+Aristo7@users.noreply.github.com> Date: Tue, 11 May 2021 18:43:09 -0400 Subject: [PATCH] Removing non-tool modules from tools runtime deps --- .../Source/Platform/Linux/additional_linux_tool_deps.cmake | 1 - .../Code/Source/Platform/Mac/additional_mac_tool_deps.cmake | 3 --- .../Platform/Windows/additional_windows_tool_deps.cmake | 4 ---- 3 files changed, 8 deletions(-) diff --git a/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Linux/additional_linux_tool_deps.cmake b/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Linux/additional_linux_tool_deps.cmake index 942a694205..908417b1f8 100644 --- a/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Linux/additional_linux_tool_deps.cmake +++ b/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Linux/additional_linux_tool_deps.cmake @@ -10,7 +10,6 @@ # set(LY_RUNTIME_DEPENDENCIES - Gem::Atom_RHI_Vulkan.Private Gem::Atom_RHI_Vulkan.Builders Gem::Atom_RHI_DX12.Builders Gem::Atom_RHI_Metal.Builders diff --git a/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Mac/additional_mac_tool_deps.cmake b/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Mac/additional_mac_tool_deps.cmake index 0b601adf8d..445a416a68 100644 --- a/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Mac/additional_mac_tool_deps.cmake +++ b/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Mac/additional_mac_tool_deps.cmake @@ -10,10 +10,7 @@ # set(LY_RUNTIME_DEPENDENCIES - Gem::Atom_RHI_Metal.Private Gem::Atom_RHI_Metal.Builders Gem::Atom_RHI_Vulkan.Builders Gem::Atom_RHI_DX12.Builders - Gem::Atom_RHI_Null.Private - Gem::Atom_RHI_Null.Builders ) diff --git a/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Windows/additional_windows_tool_deps.cmake b/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Windows/additional_windows_tool_deps.cmake index e30a9737ac..908417b1f8 100644 --- a/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Windows/additional_windows_tool_deps.cmake +++ b/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Windows/additional_windows_tool_deps.cmake @@ -10,11 +10,7 @@ # set(LY_RUNTIME_DEPENDENCIES - Gem::Atom_RHI_Vulkan.Private Gem::Atom_RHI_Vulkan.Builders - Gem::Atom_RHI_DX12.Private Gem::Atom_RHI_DX12.Builders - Gem::Atom_RHI_Null.Private - Gem::Atom_RHI_Null.Builders Gem::Atom_RHI_Metal.Builders )