Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2024
1 parent f965bb8 commit 0ad2012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"inherits": "dev-base",
"binaryDir": "${sourceDir}/build-dev6-internal-graphviz",
"cacheVariables": {
"BUILD_QT6" : "ON",
"BUILD_QT6": "ON",
"WITH_INTERNAL_GRAPHVIZ": "ON"
}
},
Expand All @@ -55,7 +55,7 @@
"inherits": "dev-base",
"binaryDir": "${sourceDir}/build-dev6",
"cacheVariables": {
"BUILD_QT6" : "ON",
"BUILD_QT6": "ON",
"WITH_INTERNAL_GRAPHVIZ": "OFF"
}
},
Expand Down Expand Up @@ -93,7 +93,7 @@
"inherits": "rel-base",
"binaryDir": "${sourceDir}/build-rel6-internal-graphviz",
"cacheVariables": {
"BUILD_QT6" : "ON",
"BUILD_QT6": "ON",
"WITH_INTERNAL_GRAPHVIZ": "ON"
}
},
Expand All @@ -103,7 +103,7 @@
"inherits": "rel-base",
"binaryDir": "${sourceDir}/build-rel6",
"cacheVariables": {
"BUILD_QT6" : "ON",
"BUILD_QT6": "ON",
"WITH_INTERNAL_GRAPHVIZ": "OFF"
}
}
Expand Down

0 comments on commit 0ad2012

Please sign in to comment.