mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-31 09:32:17 -05:00
FindMbedTLS.cmake uses `check_symbol_exists` macro which requires `include(CheckSymbolExists)` before invocation (see https://cmake.org/cmake/help/latest/module/CheckSymbolExists.html). Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>