From 84ef6f391fd5b69398e5efab44af662de8b28888 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sat, 8 Sep 2012 18:07:43 +0200 Subject: [PATCH] Stop handling file 'installed_translations' in cmake-build --- po/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) 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) -- 2.39.5