Skip to content

Commit 49ebed4

Browse files
Update custom_steps.cmake
1 parent 5278b12 commit 49ebed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/custom_steps.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_
115115
WORKING_DIRECTORY <SOURCE_DIR>
116116
COMMAND bash -c "git am --abort 2> /dev/null || true"
117117
COMMAND bash -c "git fetch --no-recurse-submodules"
118+
COMMAND bash -c "git --no-pager log --decorate=short --pretty=oneline"
118119
COMMAND ${stamp_dir}/reset_head.sh
119120
)
120121
ExternalProject_Add_StepTargets(${_name} force-update)

0 commit comments

Comments
 (0)