Skip to content

Commit

Permalink
ci: Disable Ninja
Browse files Browse the repository at this point in the history
This seems to be causing issues with sccache
  • Loading branch information
LeonMatthesKDAB committed Jun 7, 2024
1 parent 312bde3 commit f2a614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"name": "ci",
"displayName": "CI build",
"binaryDir": "${sourceDir}/build-ci",
"inherits": "profile",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"KNUT_ERROR_ON_WARN": "ON",
"KNUT_USE_STD_FORMAT": "OFF"
}
Expand Down

0 comments on commit f2a614e

Please sign in to comment.