From daf901e809a30e93aa531e5984a2e136cb1990a1 Mon Sep 17 00:00:00 2001 From: SJ Date: Thu, 2 Sep 2021 14:16:13 -0700 Subject: [PATCH] Set target_file variable since it's still being used in Mac runtime dependencies cmake file (#3905) Signed-off-by: amzn-sj --- cmake/Platform/Common/RuntimeDependencies_common.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Platform/Common/RuntimeDependencies_common.cmake b/cmake/Platform/Common/RuntimeDependencies_common.cmake index dbc8513c97..95d91da7f7 100644 --- a/cmake/Platform/Common/RuntimeDependencies_common.cmake +++ b/cmake/Platform/Common/RuntimeDependencies_common.cmake @@ -263,6 +263,7 @@ function(ly_delayed_generate_runtime_dependencies) # Generate the output file, note the STAMP_OUTPUT_FILE need to match with the one defined in LYWrappers.cmake set(STAMP_OUTPUT_FILE ${CMAKE_BINARY_DIR}/runtime_dependencies/$/${target}_$.stamp) set(target_file_dir "$") + set(target_file "$") ly_file_read(${LY_RUNTIME_DEPENDENCIES_TEMPLATE} template_file) string(CONFIGURE "${LY_COPY_COMMANDS}" LY_COPY_COMMANDS @ONLY) string(CONFIGURE "${template_file}" configured_template_file @ONLY)