Skip to content

Commit

Permalink
Updated main_pot dependency in pot.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 25, 2024
1 parent b28f82c commit 9a9ec03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/translations.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ add_custom_target(

add_custom_target(
pot
DEPENDS ${pot_files}
DEPENDS ${pot_files} main_pot
)

add_custom_target(
Expand Down
2 changes: 2 additions & 0 deletions runmeq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if [[ "$CMAKE_TARGET" == "mo" ]]; then

cd $dir

run_cmd cmake --build . $FLAGS --config $CMAKE_BUILD_TYPE -t pot
run_cmd cmake --build . $FLAGS --config $CMAKE_BUILD_TYPE -t mo
export CMAKE_TARGET=install

Expand All @@ -73,6 +74,7 @@ if [[ "$CMAKE_TARGET" == "package" ]]; then

cd $dir

run_cmd cmake --build . $FLAGS --config $CMAKE_BUILD_TYPE -t pot
run_cmd cmake --build . $FLAGS --config $CMAKE_BUILD_TYPE -t mo

cd -
Expand Down

0 comments on commit 9a9ec03

Please sign in to comment.