diff options
| author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-09-26 15:35:24 -0400 |
|---|---|---|
| committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-09-26 15:35:24 -0400 |
| commit | 7db5e19f7499cce5b86d63f8af5ae5ecf7245bf0 (patch) | |
| tree | 532fc89a01b88eb427d714940b015a61a7e960cb /lang | |
| parent | f3840ed110ecaac1a2777692b714f283600d9afa (diff) | |
Partial fix for finding gettext with CMake, still doesn't fix the lack of finding non-standard paths though.
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/CMakeLists.txt b/lang/CMakeLists.txt index 622888900..19c516b3e 100644 --- a/lang/CMakeLists.txt +++ b/lang/CMakeLists.txt @@ -1,6 +1,3 @@ -# Find gettext -INCLUDE(FindGettext) - # Only do this if gettext is installed if(GETTEXT_FOUND) # Get all of the .po files |
