Skip to content

Commit

Permalink
CMake (Presets): update VisualStudioBase condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Wend4r committed Nov 30, 2024
1 parent 1fbadb0 commit 3996f34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@
"name": "VisualStudioBase",
"inherits": "Base",

"condition":
{
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
},

"generator": "Visual Studio 17 2022",
"description": "Build using Visual Studio generator",
"condition": null,
"hidden": true
},

Expand Down

0 comments on commit 3996f34

Please sign in to comment.