Skip to content

Commit

Permalink
TPL: Use patch instead of git am
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Aug 14, 2024
1 parent b350d79 commit 58db571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ then
then
echo "${txtgrn}+++ Configuring, Building, and Installing...${txtrst}"
cd ADIOS2 || exit
git am ../0001-Fix-ordering-in-flex_target-command.patch
patch < ../0001-Fix-ordering-in-flex_target-command.patch
rm -rf build
mkdir build
cd build || exit
Expand Down

0 comments on commit 58db571

Please sign in to comment.