Skip to content

Commit fac0345

Browse files
committed
update to keep up stream changes
1 parent 07553cf commit fac0345

File tree

5 files changed

+194
-10263
lines changed

5 files changed

+194
-10263
lines changed

CMakePresets.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"version": 4,
33
"configurePresets": [
4+
{
5+
"name": "base",
6+
"hidden": true,
7+
"generator": "Ninja",
8+
"binaryDir": "${sourceDir}/build-${presetName}",
9+
"cacheVariables": {
10+
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
11+
"CMAKE_INSTALL_RPATH": "$ORIGIN;$ORIGIN/.."
12+
}
13+
},
414
{
515
"name": "sycl-base",
616
"hidden": true,

0 commit comments

Comments
 (0)