Skip to content

Commit e175d04

Browse files
committed
build(presets): don't install on ci build
1 parent ab6b94f commit e175d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
"common"
9797
],
9898
"cacheVariables": {
99+
"QUITE_INSTALL": false,
99100
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
100101
"BUILD_TESTING": true,
101102
"CMAKE_C_COMPILER": "gcc-13",
102103
"CMAKE_CXX_COMPILER": "g++-13",
103104
"CMAKE_C_COMPILER_LAUNCHER": "ccache",
104-
"CMAKE_CXX_COMPILER_LAUNCHER": "ccache",
105-
"CMAKE_SKIP_INSTALL_RULES": true
105+
"CMAKE_CXX_COMPILER_LAUNCHER": "ccache"
106106
},
107107
"environment": {
108108
"WAYLAND_DISPLAY": "wl-test-env"

0 commit comments

Comments
 (0)