Skip to content

Commit

Permalink
workflows added debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 25, 2024
1 parent 6cb3034 commit d5b9a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/private/Edit-FetchContentGitTag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ $fileContentReplaced = $fileContent -creplace $regex, "`${before}$GitTag"
# Save to the file
($fileContentReplaced -join "`n") + "`n" | Set-Content -Path $cmakeListsPath -NoNewline

Write-Progress " GIT_TAG was updated to $GitTag in $CMakeLists"

<#
.Synopsis
Update the FetchContent GIT_TAG in the given CMakeLists.txt
Expand Down

0 comments on commit d5b9a01

Please sign in to comment.