From: Kornel Benko Date: Sat, 8 Sep 2012 16:07:43 +0000 (+0200) Subject: Stop handling file 'installed_translations' in cmake-build X-Git-Tag: 2.1.0beta1~1557 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=84ef6f391fd5b69398e5efab44af662de8b28888;p=lyx.git Stop handling file 'installed_translations' in cmake-build --- diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index a2e98190de..30c65f80b4 100755 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -159,11 +159,6 @@ foreach(_pofile ${LYX_BASE_PO_FILES}) list(APPEND LYX_PO_FILES ${CMAKE_CURRENT_BINARY_DIR}/${_pofile}) endforeach(_pofile) -# We mimic the autoconf behaviour, e.g write this file at "configure" time -file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/installed_translations" ${INSTALLED_LANGUAGES}) - -install(FILES "${CMAKE_CURRENT_BINARY_DIR}/installed_translations" DESTINATION .) - set(LYX_UPDATED_PO_FILES) foreach(_pofile ${LYX_BASE_PO_FILES}) if(WIN32)