From 1df1ec5d66b144b419f13edb6ec9f5591cc895c0 Mon Sep 17 00:00:00 2001 From: Malkierian Date: Wed, 4 Dec 2024 19:56:22 -0700 Subject: [PATCH] Add semicolon to _UNICODE compile option items. --- CMakeLists.txt | 4 ++-- tools/Torch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a923fcf..7d02a904 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,7 +235,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows") ">" "INCLUDE_GAME_PRINTF;" "UNICODE;" - "_UNICODE" + "_UNICODE;" "_CRT_SECURE_NO_WARNINGS;" "_SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS;" ) @@ -253,7 +253,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows") "INCLUDE_GAME_PRINTF;" "WIN32;" "UNICODE;" - "_UNICODE" + "_UNICODE;" "_SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS;" ) endif() diff --git a/tools/Torch b/tools/Torch index 7ae1fed7..31a164ac 160000 --- a/tools/Torch +++ b/tools/Torch @@ -1 +1 @@ -Subproject commit 7ae1fed709989c56d63791e2f6e4713f6e0868de +Subproject commit 31a164acc2f755be474a597e13ab8c366fe52d5a