Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Sep 4, 2024
1 parent 0a9bf83 commit acc6f0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/setup-helper-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ function cmake_install_dir {
return
fi
fi
cmake_install
# remove the directory argument
shift
cmake_install $@
popd
}

Expand Down

0 comments on commit acc6f0b

Please sign in to comment.