Unverified Commit a5853e31 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

rigel-engine: fix build with cmake 4 (#449698)

parents 6c97846c 46215c47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ stdenv.mkDerivation {

  cmakeFlags = [
    "-Wno-dev"
    (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
  ]
  ++ lib.optional buildOpenGLES "-DUSE_GL_ES=ON";