diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2019-05-15 10:19:07 +0200 |
|---|---|---|
| committer | spycrab <spycrab@users.noreply.github.com> | 2019-05-15 19:19:16 +0200 |
| commit | 481b7cd0858b5b0556e4b50e98283f4080a003c1 (patch) | |
| tree | 9b373b4280b5514db1c8636a43cd3126740f42e8 /Source | |
| parent | bdd37c4dbc8a0090f994695b997074a8a90a2819 (diff) | |
DolphinQt/CMake: Fix Gettext not getting run on Windows
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index c78a9ffcae..0072753db9 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -232,7 +232,7 @@ if(WIN32 AND NOT Gettext_FOUND) set(GETTEXT_MSGFMT_EXECUTABLE "${CMAKE_SOURCE_DIR}/Externals/gettext/msgfmt.exe") endif() -if(GETTEXT_MSGMERGE_EXECUTABLE AND GETTEXT_MSGFMT_EXECUTABLE) +if(GETTEXT_MSGFMT_EXECUTABLE) set(pot_file "${CMAKE_SOURCE_DIR}/Languages/po/dolphin-emu.pot") file(GLOB LINGUAS ${CMAKE_SOURCE_DIR}/Languages/po/*.po) |
