Commit 889cd240 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Fix po building.

parent f3c28a1b
...@@ -71,7 +71,7 @@ FOREACH( pofile ${POFILES} ) ...@@ -71,7 +71,7 @@ FOREACH( pofile ${POFILES} )
ENDFOREACH( pofile) ENDFOREACH( pofile)
ADD_CUSTOM_TARGET( all-po ALL ADD_CUSTOM_TARGET( all-po ALL
DEPENDS ${po-target} DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${po-target}
) )
foreach( pofile ${POFILES} ) foreach( pofile ${POFILES} )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment