Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
i had it in x86 mode??? why??
Browse files Browse the repository at this point in the history
  • Loading branch information
navarreCirca867 committed Sep 2, 2024
1 parent 1af4080 commit 81b0671
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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" ]
}
]
}
2 changes: 1 addition & 1 deletion Source/Diagnostic/Platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 81b0671

Please sign in to comment.