Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Use the Win64 generator for x64 configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Jun 20, 2021
1 parent db71b3a commit 3ff4e90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeSettings.json
Expand Up @@ -24,7 +24,7 @@
},
{
"name": "Win7-x64-Debug",
"generator": "Visual Studio 16 2019",
"generator": "Visual Studio 16 2019 Win64",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
Expand All @@ -35,7 +35,7 @@
},
{
"name": "Win7-x64-Release",
"generator": "Visual Studio 16 2019",
"generator": "Visual Studio 16 2019 Win64",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
{
"name": "Win10-x64-Debug",
"generator": "Visual Studio 16 2019",
"generator": "Visual Studio 16 2019 Win64",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
Expand All @@ -79,7 +79,7 @@
},
{
"name": "Win10-x64-Release",
"generator": "Visual Studio 16 2019",
"generator": "Visual Studio 16 2019 Win64",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
Expand Down

0 comments on commit 3ff4e90

Please sign in to comment.