Commit 104bfce
authored
CMakeLists: fix dependency on Microsoft-ETW-ESE.man (#14)
The CMakeLists.txt configuration in `src\_etw` specifies the non-existing
DEPENDS input when calling the message compiler for Microsoft-ETW-ESE.man.
This causes the following error during rebuild — most likely due to an
incorrect build order:
Generating ../../../../gen/_etw/Microsoft-ETW-ESE.h, ../../../../gen/_etw/Microsoft-ETW-ESE.rc
mc : error : 0x2 trying to open file <[...]/build/gen/_etw/Microsoft-ETW-ESE.man>.
Fix this by making the command depend on `Microsoft-ETW-ESE.man`.1 parent 5d91f9c commit 104bfce
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments