Commit b146e34
Hendrik Mennen
Fix libaom Windows build: add explicit source dir to cmake
libaom's CMakeLists.txt uses relative include() paths that require the
source directory to be explicitly specified. Without -S ., cmake cannot
find the included cmake modules, causing configuration to fail.1 parent 313a457 commit b146e34
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments