Skip to content

Commit e381874

Browse files
authored
Update CMakePresets.json, CMAKE_SUPPRESS_REGENERATION=ON for CI builds
it should actually boost it a little as we don't ZERO_CHECK then
1 parent ae1f287 commit e381874

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakePresets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"name": "ci-configure-base",
1111
"hidden": true,
1212
"cacheVariables": {
13+
"CMAKE_SUPPRESS_REGENERATION": "ON",
1314
"NBL_EMBED_BUILTIN_RESOURCES": "ON",
1415
"NBL_UPDATE_GIT_SUBMODULE": "OFF",
1516
"NBL_COMPILE_WITH_CUDA": "OFF",
@@ -475,4 +476,4 @@
475476
}
476477
}
477478
]
478-
}
479+
}

0 commit comments

Comments
 (0)