From 986cb05f7be74380da98e39a7dfcd9b17e2f0afa Mon Sep 17 00:00:00 2001 From: Marcus Llewellyn Date: Sun, 29 Dec 2019 17:40:51 -0600 Subject: [PATCH] Fix typo Tomato, Tohmahto, Athena, Athenay --- cmake/macros/SetPackagingParameters.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/SetPackagingParameters.cmake b/cmake/macros/SetPackagingParameters.cmake index 83ec983775..d279ae8db9 100644 --- a/cmake/macros/SetPackagingParameters.cmake +++ b/cmake/macros/SetPackagingParameters.cmake @@ -203,7 +203,7 @@ macro(SET_PACKAGING_PARAMETERS) endif () set(INTERFACE_HF_SHORTCUT_NAME "${INTERFACE_SHORTCUT_NAME}") - set(CONSOLE_HF_SHORTCUT_NAME "Project Athenay ${CONSOLE_SHORTCUT_NAME}") + set(CONSOLE_HF_SHORTCUT_NAME "Project Athena ${CONSOLE_SHORTCUT_NAME}") set(SANDBOX_HF_SHORTCUT_NAME "Project Athena ${SANDBOX_SHORTCUT_NAME}") set(PRE_SANDBOX_INTERFACE_SHORTCUT_NAME "Project Athena")