Skip to content

Commit

Permalink
GHA: preset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petersteneteg authored Nov 25, 2024
1 parent 9a405a8 commit a50bf2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/presets/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "common",
"displayName": "Modules GHA",
"cacheVariables": {
"VCPKG_MANIFEST_FEATURES" : "graphviz, openmesh, nanovg",
"VCPKG_MANIFEST_FEATURES" : "graphviz,openmesh,nanovg",

"IVW_MODULE_EIGENUTILS": { "type": "BOOL", "value": "ON"},
"IVW_MODULE_HDF5": { "type": "BOOL", "value": "ON"},
Expand Down
2 changes: 1 addition & 1 deletion .github/presets/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"IVW_CFG_USE_CCACHE_MSVC": "ON",
"IVW_MODULE_SGCT": "ON",
"IVW_APP_INVIWO_DOME": "ON",
"VCPKG_MANIFEST_FEATURES": "sgct"
"VCPKG_MANIFEST_FEATURES": "sgct,graphviz,openmesh,nanovg"
}
},
{
Expand Down

0 comments on commit a50bf2d

Please sign in to comment.