forked from mirrors/0ad
e97f43b692
In >=wxWidgets-3.3 there is a new static check for literal message ids[1] so that xgettext would reliable work to extract strings to translate. As we don't translate Atlas at all nor use xgettext just disable the check to allow building against >=wxWidgets-3.3. [1] https://wxwidgets.org/help/msgid-literals/ Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>