diff --git a/tools/private/Edit-FetchContentGitTag.ps1 b/tools/private/Edit-FetchContentGitTag.ps1 index 287576278..5018042e1 100644 --- a/tools/private/Edit-FetchContentGitTag.ps1 +++ b/tools/private/Edit-FetchContentGitTag.ps1 @@ -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