Skip to content
  1. Jul 16, 2021
    • lat9nq's avatar
      cmake: Only search for Qt when we need to · 4c6cc675
      lat9nq authored
      When YUZU_USE_BUNDLED_QT was specified on a system with a compliant Qt
      version installed, CMake configuration would cause an error due to
      mixing YUZU_USE_BUNDLED_QT with the system Qt.
      
      Solution is to only search for Qt when YUZU_USE_BUNDLED_QT is disabled.
      4c6cc675
    • lat9nq's avatar
      cmake: Only use NO_CMAKE_SYSTEM_PATH when needed for Qt · a36d2b94
      lat9nq authored
      As-is causes issues with building yuzu using MinGW GCC on Linux-based
      machines. Only set the variable when needed. (I'm not quite sure how
      this was working before.)
      a36d2b94
  2. Jul 15, 2021
  3. Jul 14, 2021
  4. Jul 13, 2021
  5. Jul 12, 2021
  6. Jul 11, 2021
  7. Jul 10, 2021
  8. Jul 09, 2021
Loading