From eee3236150ff72cf39eedfc66bb1488fe938568a Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri, 6 Jan 2023 00:13:11 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"resouce=20schemas"=E2=86=92"resource=20?= =?UTF-8?q?schemas"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/msix-packaging/blob/master/cmake/msix_options.cmake #PingMSFTDocs --- cmake/msix_options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/msix_options.cmake b/cmake/msix_options.cmake index 4e80da1da..5cfeb3e18 100644 --- a/cmake/msix_options.cmake +++ b/cmake/msix_options.cmake @@ -8,7 +8,7 @@ option(IOS "Build for iOS" OFF) option(AOSP "Build for Android" OFF) option(LINUX "Build for Linux" OFF) -option(USE_VALIDATION_PARSER "Turn on to validates using the resouce schemas. Default (OFF) validates XML files are just valid XML" OFF) +option(USE_VALIDATION_PARSER "Turn on to validates using the resource schemas. Default (OFF) validates XML files are just valid XML" OFF) option(USE_SHARED_ZLIB "Choose the type of dependency for zlib, Use the -DUSE_SHARED_ZLIB=on to have a shared dependency. Default is 'off' (static)" OFF) option(USE_STATIC_MSVC "Windows only. Pass /MT as a compiler flag to use the staic version of the run-time library. Default is 'off' (dynamic)" OFF) option(SKIP_BUNDLES "Removes bundle functionality from the MSIX SDK. Default is 'off'" OFF)