Skip to content

Commit 4aa9222

Browse files
committed
Fix the build using ninja
Don't make the target name the BYPRODUCT of the command. This confuses cmake.
1 parent dd7b5d7 commit 4aa9222

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

po/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ file(GLOB PO_FILES *.po)
1515

1616
add_custom_target(${POT_FILE}
1717
COMMENT "Generating translation template"
18-
BYPRODUCTS ${POT_FILE}
1918
COMMAND ${GETTEXT_XGETTEXT_EXECUTABLE} -o ${POT_FILE}
2019
--from-code=UTF-8
2120
--c++ --qt --add-comments=TRANSLATORS

0 commit comments

Comments
 (0)