mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
Fix BUILD_TESTS option usage
This commit is contained in:
parent
5281a34c37
commit
6203fac5b2
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ endif (MSVC OR XCODE)
|
||||||
|
|
||||||
if (BUILD_TESTS)
|
if (BUILD_TESTS)
|
||||||
set(_GEN_ARGS ${_GEN_ARGS} rtc_include_tests=true)
|
set(_GEN_ARGS ${_GEN_ARGS} rtc_include_tests=true)
|
||||||
elseif (BUILD_TESTS)
|
else (BUILD_TESTS)
|
||||||
set(_GEN_ARGS ${_GEN_ARGS} rtc_include_tests=false)
|
set(_GEN_ARGS ${_GEN_ARGS} rtc_include_tests=false)
|
||||||
endif (BUILD_TESTS)
|
endif (BUILD_TESTS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue