Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Oct 12, 2024
1 parent 240eb89 commit b5a0528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/custom_steps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_
INDEPENDENT TRUE
WORKING_DIRECTORY <SOURCE_DIR>
COMMAND bash -c "git am --abort 2> /dev/null || true"
COMMAND bash -c "git fetch --filter=tree:0 --no-recurse-submodules"
COMMAND bash -c "git fetch --no-recurse-submodules"
COMMAND ${stamp_dir}/reset_head.sh
)
ExternalProject_Add_StepTargets(${_name} force-update)
Expand Down

0 comments on commit b5a0528

Please sign in to comment.