From c63b27de1130459092aea575731536f328d84b0e Mon Sep 17 00:00:00 2001 From: floroeske Date: Thu, 7 Dec 2023 08:41:54 +1300 Subject: [PATCH] Update CMakeLists.txt Change Gem::AtomLyIntegration_CommonFeatures.Editor.Static to Gem::CommonFeaturesAtom.Editor.Static to match latest o3de-extras https://github.com/o3de/o3de-extras/commit/bbb0da75e6b21216b8dd81c6d95f772390e7613e. Signed-off-by: floroeske --- Project/Gem/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/Gem/CMakeLists.txt b/Project/Gem/CMakeLists.txt index 860931c..4ef9846 100644 --- a/Project/Gem/CMakeLists.txt +++ b/Project/Gem/CMakeLists.txt @@ -97,7 +97,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS) BUILD_DEPENDENCIES PUBLIC AZ::AzToolsFramework - Gem::AtomLyIntegration_CommonFeatures.Editor.Static + Gem::CommonFeaturesAtom.Editor.Static Gem::LmbrCentral.API Gem::ROS2.Editor.Static Gem::ROSConDemo.Static