From 90ceca57c256b6d539164273c0e6b716777c56fe Mon Sep 17 00:00:00 2001 From: Margret Jaison <149059664+margret-jaison-infosys@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:37:29 +0530 Subject: [PATCH] FindSlauncher.cmake lost letter (#1508) --- cmake/modules/FindSlauncher.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindSlauncher.cmake b/cmake/modules/FindSlauncher.cmake index 60b665a7a..8a8690ba5 100644 --- a/cmake/modules/FindSlauncher.cmake +++ b/cmake/modules/FindSlauncher.cmake @@ -33,7 +33,7 @@ if(${PC_AWC_FOUND}) ) include(FindPackageHandleStandardArgs) - find_package_handle_standard_args(Slauncher DEFAULT_MSG AWC_LIBRARY AWC_INCLUD) + find_package_handle_standard_args(Slauncher DEFAULT_MSG AWC_LIBRARY AWC_INCLUDE) mark_as_advanced(AWC_LIBRARY AWC_INCLUDE)