Commit a259e99
committed
cmake: fix compatibility with the Ninja generator backend
Fixes the following error:
```
$ ninja -C build
ninja: Entering directory `build'
ninja: warning: phony target 'src/csfilter-kfp.1' names itself as an input; ignoring [-w phonycycle=warn]
ninja: error: build.ninja:471: multiple rules generate src/csfilter-kfp.1
```1 parent db6e285 commit a259e99
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
210 | 212 | | |
211 | 213 | | |
212 | | - | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
0 commit comments