rigel-engine: fix build with cmake 4 (#449698)
This commit is contained in:
@@ -33,6 +33,7 @@ stdenv.mkDerivation {
|
||||
|
||||
cmakeFlags = [
|
||||
"-Wno-dev"
|
||||
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
|
||||
]
|
||||
++ lib.optional buildOpenGLES "-DUSE_GL_ES=ON";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user