Skip to content

Commit

Permalink
missing commas in CMakePresets
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 31, 2024
1 parent 9e4461e commit 1c5f86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"WITH_VVDEC" : "ON",
"WITH_VVDEC_PLUGIN" : "OFF",
"WITH_VVENC" : "ON",
"WITH_VVENC_PLUGIN" : "OFF"
"WITH_VVENC_PLUGIN" : "OFF",

"WITH_REDUCED_VISIBILITY" : "OFF",
"WITH_HEADER_COMPRESSION" : "ON",
Expand Down Expand Up @@ -105,7 +105,7 @@
"WITH_VVDEC" : "ON",
"WITH_VVDEC_PLUGIN" : "ON",
"WITH_VVENC" : "ON",
"WITH_VVENC_PLUGIN" : "ON"
"WITH_VVENC_PLUGIN" : "ON",

"WITH_REDUCED_VISIBILITY" : "ON",
"WITH_HEADER_COMPRESSION" : "ON",
Expand Down

0 comments on commit 1c5f86a

Please sign in to comment.