mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-25 00:51:53 -04: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>