]> git.lyx.org Git - lyx.git/commitdiff
Stop handling file 'installed_translations' in cmake-build
authorKornel Benko <kornel@lyx.org>
Sat, 8 Sep 2012 16:07:43 +0000 (18:07 +0200)
committerKornel Benko <kornel@lyx.org>
Sat, 8 Sep 2012 16:07:43 +0000 (18:07 +0200)
po/CMakeLists.txt

index a2e98190de785a67eec73b3136cb27c51f649048..30c65f80b422af877f8b71d2277d4f63409b7c38 100755 (executable)
@@ -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)