We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6b94f commit 447b731Copy full SHA for 447b731
CMakePresets.json
@@ -96,13 +96,13 @@
96
"common"
97
],
98
"cacheVariables": {
99
+ "QUITE_INSTALL": false,
100
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
101
"BUILD_TESTING": true,
102
"CMAKE_C_COMPILER": "gcc-13",
103
"CMAKE_CXX_COMPILER": "g++-13",
104
"CMAKE_C_COMPILER_LAUNCHER": "ccache",
105
"CMAKE_CXX_COMPILER_LAUNCHER": "ccache",
- "CMAKE_SKIP_INSTALL_RULES": true
106
},
107
"environment": {
108
"WAYLAND_DISPLAY": "wl-test-env"
0 commit comments