mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Stop handling file 'installed_translations' in cmake-build
This commit is contained in:
parent
740c83637d
commit
84ef6f391f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user