Skip to content

Commit 9823f25

Browse files
Update custom_steps.cmake
1 parent 0d9facb commit 9823f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/custom_steps.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ file(WRITE ${stamp_dir}/reset_head.sh
9696
"#!/bin/bash
9797
set -e
9898
if [[ ! -f \"${stamp_dir}/${_name}-patch\" || \"${stamp_dir}/${_name}-download\" -nt \"${stamp_dir}/${_name}-patch\" || ! -f \"${stamp_dir}/HEAD\" || \"$(cat ${stamp_dir}/HEAD)\" != \"$(git -C ${source_dir} rev-parse @{u})\" ]]; then
99-
pwd
99+
echo ${source_dir}
100100
git -C ${source_dir} reset --hard ${reset} -q
101101
if [[ -z \"${git_reset}\" ]]; then
102102
find \"${stamp_dir}\" -type f ! -iname '*.cmake' -size 0c -delete

0 commit comments

Comments
 (0)