Commit 3e45994
committed
fix(build): use ENABLE_TESTS instead of BUILD_TESTING for Windows CMake
ZLMediaKit uses ENABLE_TESTS (not BUILD_TESTING) to control test
targets. Passing -DBUILD_TESTING=OFF had no effect, causing test
executables to be added and CMake configure to fail on Windows.1 parent 0ba8063 commit 3e45994
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments