From 81b06716eff402cac251444c071cd6e39dc1dd73 Mon Sep 17 00:00:00 2001 From: Navarre <159671494+navarreCirca867@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:37:57 -0700 Subject: [PATCH] i had it in x86 mode??? why?? --- CMakeSettings.json | 8 ++++---- Source/Diagnostic/Platform.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeSettings.json b/CMakeSettings.json index cc86929..d2bedb3 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -2,9 +2,9 @@ "configurations": [ { "name": "x64-Debug", - "generator": "Visual Studio 17 2022", + "generator": "Visual Studio 17 2022 Win64", "configurationType": "Debug", - "inheritEnvironments": [ "msvc_x64_x86" ], + "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=Debug", @@ -13,14 +13,14 @@ }, { "name": "x64-Release", - "generator": "Visual Studio 17 2022", + "generator": "Visual Studio 17 2022 Win64", "configurationType": "Release", "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=Release", "buildCommandArgs": "", "ctestCommandArgs": "", - "inheritEnvironments": [ "msvc_x64_x86" ] + "inheritEnvironments": [ "msvc_x64_x64" ] } ] } \ No newline at end of file diff --git a/Source/Diagnostic/Platform.h b/Source/Diagnostic/Platform.h index 7702ae5..2941f9e 100644 --- a/Source/Diagnostic/Platform.h +++ b/Source/Diagnostic/Platform.h @@ -93,7 +93,7 @@ * workings, like a slight optimization. This value will reset to 0 * every new minor version. */ -#define __LETO__VERSION__TWEAK__ 7 +#define __LETO__VERSION__TWEAK__ 8 /** * @brief This is the string represenation of Leto's base version,