Skip to content

Commit

Permalink
cleanup presets: make use previous presets for inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulXiCao committed Nov 7, 2023
1 parent 08c0571 commit d8a885e
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@
{
"name": "linux-gcc-debug-with-clang-tidy",
"inherits": [
"linux-gcc-base",
"make",
"_debug"
"linux-gcc-debug"
],
"cacheVariables": {
"QL_CLANG_TIDY_OPTIONS": "-warnings-as-errors=*",
Expand Down Expand Up @@ -276,9 +274,7 @@
{
"name": "linux-ci-build-with-clang-tidy",
"inherits": [
"linux-gcc-base",
"make",
"_debug"
"linux-gcc-debug"
],
"cacheVariables": {
"BOOST_ROOT": "/usr",
Expand All @@ -292,9 +288,7 @@
{
"name": "linux-ci-build-with-nonstandard-options",
"inherits": [
"linux-gcc-base",
"ninja",
"_release"
"linux-gcc-ninja-release"
],
"cacheVariables": {
"BOOST_ROOT": "/usr",
Expand All @@ -319,9 +313,7 @@
{
"name": "windows-ci-build-with-nonstandard-options",
"inherits": [
"windows-msvc-base",
"ninja",
"_release"
"windows-msvc-release"
],
"cacheVariables": {
"CMAKE_CXX_STANDARD": "17",
Expand Down

0 comments on commit d8a885e

Please sign in to comment.