1. 13 Jun, 2021 1 commit
    • lat9nq's avatar
      cmake: Fix find_program usage for 3.15 · 932c0184
      lat9nq authored
      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.
      932c0184
  2. 11 Jun, 2021 23 commits
  3. 10 Jun, 2021 9 commits
  4. 09 Jun, 2021 7 commits