Commit e113c00
authored
Move EXECUTORCH_PAL_DEFAULT to default preset (#10798)
### Summary
TSIA
### Test plan
CI +
```
$ cmake --preset macos-arm64 && cmake --build cmake-out --parallel
```
```
$ cmake -DEXECUTORCH_PAL_DEFAULT=fake --preset macos-arm64
CMake Error at tools/cmake/preset/default.cmake:48 (message):
PAL default implementation (fake) file not found:
/Users/jathu/executorch/runtime/platform/default/fake.cpp
Call Stack (most recent call first):
CMakeLists.txt:53 (include)
```
cc @larryliu08201 parent b11807c commit e113c00
2 files changed
+29
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 103 | | |
113 | 104 | | |
114 | 105 | | |
| |||
477 | 468 | | |
478 | 469 | | |
479 | 470 | | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
| 471 | + | |
491 | 472 | | |
492 | 473 | | |
493 | 474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments