[Chore] (CMake): use set() instead of option()

This commit is contained in:
2025-12-11 16:29:03 +08:00
parent 1e64a85bcd
commit 0e9bca40f3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
#define MOBILEGL_BACKEND_TYPE_DIRECT_GLES 3
// ====================== MobileGL configurations ======================= //
#define MOBILEGL_LOG_ACTIVE_LEVEL MOBILEGL_LOG_LEVEL_DEBUG
#define MOBILEGL_LOG_ACTIVE_LEVEL MOBILEGL_LOG_LEVEL_FATAL
#define MOBILEGL_LOG_ENABLE_CONSOLE 0
#define MOBILEGL_LOG_ENABLE_FILE 1