Skip to content
  1. Jun 13, 2021
    • 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. Jun 11, 2021
  3. Jun 10, 2021
  4. Jun 09, 2021
Loading