We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad9027 commit 2d2b31aCopy full SHA for 2d2b31a
1 file changed
omodsim/CMakeLists.txt
@@ -276,7 +276,7 @@ else()
276
COMMENT "Updating translation files..."
277
)
278
add_custom_target(update_translations ALL DEPENDS ${TS_FILES})
279
- add_dependencies(omodsim update_translations)
+
280
endif()
281
282
if(WIN32)
@@ -310,3 +310,4 @@ add_custom_command(
310
311
add_custom_target(helpgenerator ALL DEPENDS ${JSHELP_QCH} ${JSHELP_QHC})
312
add_dependencies(omodsim helpgenerator)
313
+add_dependencies(omodsim update_translations)
0 commit comments