mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Merge pull request #3078
8845ce6
cmake: cross-compilation to Windows - fix lrelease search paths (xiphon)
This commit is contained in:
commit
a80746adf1
@ -2,7 +2,7 @@ find_package(Qt5Core REQUIRED)
|
||||
|
||||
find_package(Qt5LinguistTools QUIET)
|
||||
if(NOT Qt5_LRELEASE_EXECUTABLE)
|
||||
find_program(Qt5_LRELEASE_EXECUTABLE lrelease REQUIRED)
|
||||
find_program(Qt5_LRELEASE_EXECUTABLE lrelease REQUIRED CMAKE_FIND_ROOT_PATH_BOTH)
|
||||
endif()
|
||||
|
||||
file(GLOB TS_FILES *.ts)
|
||||
|
Loading…
Reference in New Issue
Block a user