Unverified Commit 1e18cf3a authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

mgba: fix cmake 4 for mgba (#449851)

parents 1db7b8c7 41f7858f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@ stdenv.mkDerivation (finalAttrs: {
  ++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ];

  cmakeFlags = [
    # TODO: drop in the next version bump
    (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
    (lib.cmakeBool "USE_DISCORD_RPC" enableDiscordRpc)
  ];