Fix BUILD_TESTS option usage

This commit is contained in:
Axel Isouard 2017-02-06 22:08:33 +01:00
parent 5281a34c37
commit 6203fac5b2
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29

View file

@ -115,7 +115,7 @@ endif (MSVC OR XCODE)
if (BUILD_TESTS)
set(_GEN_ARGS ${_GEN_ARGS} rtc_include_tests=true)
elseif (BUILD_TESTS)
else (BUILD_TESTS)
set(_GEN_ARGS ${_GEN_ARGS} rtc_include_tests=false)
endif (BUILD_TESTS)