diff options
| author | Jeremy Bicha <jbicha@ubuntu.com> | 2017-07-11 13:29:50 (GMT) |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2017-07-11 13:29:50 (GMT) |
| commit | 736f774d0992fa0d3b038027fbf0a242b582990a (patch) | |
| tree | 4871e5756d0d3e2adf0ffdf005cc1fd2bb3dba81 | |
| parent | bf8e56eab22b7fb070689518a7c2e047292a233b (diff) | |
| download | evolution-736f774d.zip evolution-736f774d.tar.xz | |
Bug 784746 - Remove version number from gettext package name
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cc8eb91..710d19c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ else(_is_devel_version EQUAL 1) endif(_is_devel_version EQUAL 1) # Required for FindIntltool module -set(GETTEXT_PACKAGE ${PROJECT_NAME}-${BASE_VERSION}) +set(GETTEXT_PACKAGE ${PROJECT_NAME}) set(GETTEXT_PO_DIR ${CMAKE_SOURCE_DIR}/po) # Required for 'disttest' and 'ditcheck' of DistTarget module |