From e63c36019470966c54f5dda17b5b3eac79f85a6e Mon Sep 17 00:00:00 2001 From: pappeste Date: Wed, 5 May 2021 16:21:41 -0700 Subject: [PATCH] small unrelated fix --- Code/Tools/ProjectManager/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Code/Tools/ProjectManager/CMakeLists.txt b/Code/Tools/ProjectManager/CMakeLists.txt index e4354bac32..2f0603a705 100644 --- a/Code/Tools/ProjectManager/CMakeLists.txt +++ b/Code/Tools/ProjectManager/CMakeLists.txt @@ -24,11 +24,8 @@ ly_add_target( project_manager_files.cmake Platform/${PAL_PLATFORM_NAME}/PAL_${PAL_PLATFORM_NAME_LOWERCASE}.cmake INCLUDE_DIRECTORIES - PUBLIC - . PRIVATE Source - BUILD_DEPENDENCIES PRIVATE 3rdParty::Qt::Core