Revert "Fixes an issue with RUNTIME_DEPENDENCIES including too many targets during install"

This reverts commit f972edee01.
This commit is contained in:
lumberyard-employee-dm
2021-05-25 17:30:47 -05:00
parent d3835699ea
commit d536a9438d
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ function(ly_setup_target ALIAS_TARGET_NAME)
endforeach()
endif()
get_target_property(RUNTIME_DEPENDENCIES_PLACEHOLDER ${TARGET_NAME} LY_ORIGINAL_MANUALLY_ADDED_DEPENDENCIES)
get_target_property(RUNTIME_DEPENDENCIES_PLACEHOLDER ${TARGET_NAME} MANUALLY_ADDED_DEPENDENCIES)
if(RUNTIME_DEPENDENCIES_PLACEHOLDER) # not found properties return the name of the variable with a "-NOTFOUND" at the end, here we set it to empty if not found
string(REPLACE ";" "\n" RUNTIME_DEPENDENCIES_PLACEHOLDER "${RUNTIME_DEPENDENCIES_PLACEHOLDER}")
else()