File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ foreach(_locale ${_locales})
26
26
DEPENDS generate_mo_files_dir
27
27
COMMENT "Create locale specific directories" )
28
28
add_custom_command (
29
- OUTPUT generate_mo_files_dir_ ${ _locale}
29
+ OUTPUT ${OUTDIR} / ${GRASS_INSTALL_LOCALEDIR} / ${ _locale}/LC_MESSAGES
30
30
COMMAND ${CMAKE_COMMAND} -E make_directory
31
- ${OUTDIR} /${GRASS_INSTALL_LOCALEDIR} /${_locale} )
31
+ ${OUTDIR} /${GRASS_INSTALL_LOCALEDIR} /${_locale} /LC_MESSAGES )
32
32
endforeach ()
33
33
unset (_locales)
34
34
@@ -41,7 +41,7 @@ foreach(po_file ${po_files})
41
41
42
42
add_custom_target (
43
43
generate_mo_files_${po_file_name} ALL
44
- DEPENDS generate_mo_files_dir_ ${ _locale}
44
+ DEPENDS ${OUTDIR} / ${GRASS_INSTALL_LOCALEDIR} / ${ _locale}/LC_MESSAGES
45
45
COMMENT "Generate mo files" )
46
46
47
47
add_custom_command (
You can’t perform that action at this time.
0 commit comments