Skip to content

Commit 2ede762

Browse files
authored
Don't specify generator for presets (#11014)
### Summary Windows doesn't have "Unix Makefiles", so let's just rely on the default generator used in CMake. ### Test plan CI
1 parent 2b78ce5 commit 2ede762

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakePresets.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
{
55
"name": "common",
66
"hidden": true,
7-
"binaryDir": "${sourceDir}/cmake-out",
8-
"generator": "Unix Makefiles"
7+
"binaryDir": "${sourceDir}/cmake-out"
98
},
109
{
1110
"name": "macos-arm64",

0 commit comments

Comments
 (0)