Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-12-06 10:48:02 +0300
committerGitHub <noreply@github.com>2020-12-06 10:48:02 +0300
commit919f1f7a3f489a1d43475b07b6ae35196889c474 (patch)
tree06b9a3f59e52244f7f80d77646890501f4dd7134 /installer/Translations
parentc97c15059db98f93449138b67b1fa95e1ad30263 (diff)
BUILD: Fix Debug flags not set
We used EQUAL to compare the option's value to a String. This however does not work as according to the cmake documentation on EQUAL says "True if the given string or variable’s value is a valid number and equal to that on the right." As we are not comparing numbers but "real Strings", we have to use STREQUAL instead.
Diffstat (limited to 'installer/Translations')
0 files changed, 0 insertions, 0 deletions