From 31160e780a005e24a33a7059e0f8787b1a9fa330 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 25 Mar 2022 00:51:14 -0700 Subject: [PATCH] Hotfix for typos in readme.md and CMakeLists.txt --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50c7df0..fac8391 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -262,7 +262,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC") if ((CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19.27) AND (NOT (${DIRECTX_ARCH} MATCHES "arm(64)?"))) if(BUILD_TOOLS AND WIN32 AND (NOT WINDOWS_STORE)) - target_link_options(vatlastool PRIVATE /CETCOMPAT) + target_link_options(uvatlastool PRIVATE /CETCOMPAT) endif() endif() diff --git a/README.md b/README.md index 5ed9512..fc4e6d8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686 Copyright (c) Microsoft Corporation. -**March 22, 2022** +**March 24, 2022** This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas.