1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-02-11 09:59:40 -06:00
lat9nq 932c0184a7 cmake: Fix find_program usage for 3.15
yuzu requires CMake 3.15 yet find_program was using REQUIRED, which is
only available on 3.18 and later. Instead, we check for
"<VAR>-NOTFOUND".

In addition, check for additional requirements before building libusb or
FFmpeg with autotools. Otherwise, CMake configuration will pass yet
compilation will fail.
2021-06-13 01:15:54 -04:00
..
2021-05-20 22:10:48 -05:00
2020-08-26 02:45:11 -04:00