mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-04-24 06:39:57 +08:00

- Stop forcing AS/C/CXX/LINKER flags into the cache. - Don't cache internal build system variables. - Fix usages of PARENT_SCOPE rendered incorrect by previous patch. - Fix usage of local variables within if() statements in macros; functions appear to allow for omission of ${} around vars in simple boolean checks. Macros apparently require ${} for all usages of if().