[Chore] (MG_Test/Program/CMakeLists.txt): tests compile on windows

This commit is contained in:
2025-07-21 09:16:14 +08:00
parent 4c9f0c5399
commit f1ae8f0353
2 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace MobileGL {
template <TUniformType T>
struct TUniform {
static_assert(false, "TUniform<T> does not accept this enum");
// static_assert(false, "TUniform<T> does not accept this enum");
};
template <>