Skip to content

Commit

Permalink
Remove the distro-graphviz cmake presets
Browse files Browse the repository at this point in the history
I added these without noticing distro graphviz isn't supported
anymore
  • Loading branch information
iamsergio committed Nov 15, 2024
1 parent b40c877 commit 9626a18
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,12 @@
"BUILD_TESTS": "ON"
}
},
{
"name": "dev5-internal-graphviz",
"description": "Qt5 dev build with internal graphviz",
"inherits": "dev-base",
"binaryDir": "${sourceDir}/build-dev5-internal-graphviz",
"cacheVariables": {
"WITH_INTERNAL_GRAPHVIZ": "ON"
}
},
{
"name": "dev5",
"description": "Qt5 dev build",
"inherits": "dev-base",
"binaryDir": "${sourceDir}/build-dev5",
"cacheVariables": {
"WITH_INTERNAL_GRAPHVIZ": "OFF"
}
},
{
"name": "dev6-internal-graphviz",
"description": "Qt6 dev build with internal graphviz",
"inherits": "dev-base",
"binaryDir": "${sourceDir}/build-dev6-internal-graphviz",
"cacheVariables": {
"BUILD_QT6": "ON",
"WITH_INTERNAL_GRAPHVIZ": "ON"
}
},
Expand All @@ -56,7 +37,7 @@
"binaryDir": "${sourceDir}/build-dev6",
"cacheVariables": {
"BUILD_QT6": "ON",
"WITH_INTERNAL_GRAPHVIZ": "OFF"
"WITH_INTERNAL_GRAPHVIZ": "ON"
}
},
{
Expand All @@ -69,31 +50,12 @@
"BUILD_TESTS": "OFF"
}
},
{
"name": "rel5-internal-graphviz",
"description": "Qt5 release build with internal graphviz",
"inherits": "rel-base",
"binaryDir": "${sourceDir}/build-rel5-internal-graphviz",
"cacheVariables": {
"WITH_INTERNAL_GRAPHVIZ": "ON"
}
},
{
"name": "rel5",
"description": "Qt5 release build",
"inherits": "rel-base",
"binaryDir": "${sourceDir}/build-rel5",
"cacheVariables": {
"WITH_INTERNAL_GRAPHVIZ": "OFF"
}
},
{
"name": "rel6-internal-graphviz",
"description": "Qt6 release build with internal graphviz",
"inherits": "rel-base",
"binaryDir": "${sourceDir}/build-rel6-internal-graphviz",
"cacheVariables": {
"BUILD_QT6": "ON",
"WITH_INTERNAL_GRAPHVIZ": "ON"
}
},
Expand All @@ -104,7 +66,7 @@
"binaryDir": "${sourceDir}/build-rel6",
"cacheVariables": {
"BUILD_QT6": "ON",
"WITH_INTERNAL_GRAPHVIZ": "OFF"
"WITH_INTERNAL_GRAPHVIZ": "ON"
}
}
]
Expand Down

0 comments on commit 9626a18

Please sign in to comment.