Skip to content

Commit

Permalink
Make windows cmake presets only avail on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Dec 1, 2024
1 parent 47c5278 commit aed100c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
"base"
],
"generator": "Visual Studio 17 2022",
"architecture": "x64"
"architecture": "x64",
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
}
},
{
"name": "headless",
Expand Down

0 comments on commit aed100c

Please sign in to comment.