summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2017-09-01 15:01:16 +0200
committerMilan Crha <mcrha@redhat.com>2017-09-01 15:01:16 +0200
commit40822bb53f3060d0bbcb8c7543c4928d9f896893 (patch)
tree3f60deec9244615f683df6f6705efbb054826056 /cmake
parent6c9848316ba7867ae195779ef5035e9bee661715 (diff)
downloadevolution-data-server-40822bb53f3060d0bbcb8c7543c4928d9f896893.tar.gz
Merge a cmake/modules change from Evolution
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindIntltool.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindIntltool.cmake b/cmake/modules/FindIntltool.cmake
index a2c35471e..1397b6d4b 100644
--- a/cmake/modules/FindIntltool.cmake
+++ b/cmake/modules/FindIntltool.cmake
@@ -189,7 +189,7 @@ macro(add_appdata_file _infilename _outfilename)
endif(NOT TARGET appdata-files)
set(_out ${_outfilename})
- get_filename_component(_outtarget ${_out} NAME_WE)
+ get_filename_component(_outtarget ${_out} NAME)
get_filename_component(_path ${_out} DIRECTORY)
if(_path STREQUAL "")
set(_out ${CMAKE_CURRENT_BINARY_DIR}/${_out})