Skip to content

Commit

Permalink
Update custom_steps.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Oct 12, 2024
1 parent 5278b12 commit 49ebed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/custom_steps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_
WORKING_DIRECTORY <SOURCE_DIR>
COMMAND bash -c "git am --abort 2> /dev/null || true"
COMMAND bash -c "git fetch --no-recurse-submodules"
COMMAND bash -c "git --no-pager log --decorate=short --pretty=oneline"
COMMAND ${stamp_dir}/reset_head.sh
)
ExternalProject_Add_StepTargets(${_name} force-update)
Expand Down

0 comments on commit 49ebed4

Please sign in to comment.