Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make gettext behave correctly #178

Closed
wants to merge 1 commit into from
Closed

make gettext behave correctly #178

wants to merge 1 commit into from

Conversation

hasufell
Copy link
Contributor

@hasufell hasufell commented Apr 1, 2013

desired behavior is:
LINGUAS unset => install all
LINGUAS="" => install none
LINGUAS="en de" => install en and de

I can't find a cmake internal way to check for unset (not empty) variables, so I use the shell. I tested all usecases.

desired behavior is:
LINGUAS unset => install all
LINGUAS="" => install none
LINGUAS="en de" => install en and de
@antenore
Copy link
Member

@hasufell let me check a bit more if it can be done in cmake.

@diogocp
Copy link
Contributor

diogocp commented Nov 22, 2015

You can use if(DEFINED ENV{LINGUAS})

@hasufell
Copy link
Contributor Author

hasufell commented May 1, 2016

whatever

@hasufell hasufell closed this May 1, 2016
@antenore
Copy link
Member

antenore commented May 1, 2016

We didn't forget it.

antenore added a commit that referenced this pull request May 31, 2016
@antenore antenore mentioned this pull request May 31, 2016
antenore added a commit that referenced this pull request May 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants