Skip to content

Commit

Permalink
Revert "cmake: Ensure generated sources are up to date for `translate…
Browse files Browse the repository at this point in the history
…` target"

This reverts commit 864386a.
  • Loading branch information
hebasto committed Feb 18, 2025
1 parent 03b3166 commit ff4ddd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ else()
COMMAND Qt5::lconvert -drop-translations -o ${CMAKE_CURRENT_SOURCE_DIR}/locale/bitcoin_en.xlf -i ${CMAKE_CURRENT_SOURCE_DIR}/locale/bitcoin_en.ts
COMMAND ${SED_EXECUTABLE} -i.old -e "s|source-language=\"en\" target-language=\"en\"|source-language=\"en\"|" -e "/<target xml:space=\"preserve\"><\\/target>/d" ${CMAKE_CURRENT_SOURCE_DIR}/locale/bitcoin_en.xlf
COMMAND ${CMAKE_COMMAND} -E rm ${CMAKE_CURRENT_SOURCE_DIR}/locale/bitcoin_en.xlf.old
DEPENDS ${translatable_sources}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/src
VERBATIM
)
Expand Down

0 comments on commit ff4ddd3

Please sign in to comment.