Skip to content

Commit

Permalink
Fixed runmeq.sh script to run install after generation of .mo files w…
Browse files Browse the repository at this point in the history
…hen packaging.
  • Loading branch information
ggarra13 committed Mar 31, 2023
1 parent 42d3781 commit 6e3aebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runmeq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ cd $dir

if [[ $CMAKE_TARGET == "install" || $CMAKE_TARGET == "package" ]]; then
cmake --build . $FLAGS --config $CMAKE_BUILD_TYPE -t mo

if [[ $CMAKE_TARGET == "package" ]]; then
cmake --build . $FLAGS --config $CMAKE_BUILD_TYPE -t install
fi
fi

cmake --build . $FLAGS --config $CMAKE_BUILD_TYPE -t ${CMAKE_TARGET}
Expand Down

0 comments on commit 6e3aebc

Please sign in to comment.