Stop handling file 'installed_translations' in cmake-build

This commit is contained in:
Kornel Benko 2012-09-08 18:07:43 +02:00
parent 740c83637d
commit 84ef6f391f

View File

@ -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)