Before,#cmakedefine FOO resulted in #define FOO with a trailing space if FOO was set to something truthy. Make it so that it's just #define FOO without a trailing space.
No functional difference.
Differential D55172
[gn build] Fix cosmetic bug in write_cmake_config.py thakis on Dec 1 2018, 7:08 PM. Authored by
Details Before,#cmakedefine FOO resulted in #define FOO with a trailing space if FOO was set to something truthy. Make it so that it's just #define FOO without a trailing space. No functional difference.
Diff Detail |