Hotfix for typos in readme.md and CMakeLists.txt

This commit is contained in:
Chuck Walbourn 2022-03-25 00:51:14 -07:00
parent b4e6c88f93
commit 31160e780a
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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.