Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent extra newlines in CMakeLists.txt after building
PowerShell's Out-File cmdlet by default writes a newline at the end of the file. We can prevent this either by manually trimming the whitespace before sending the output to Out-File, or simply using the -NoNewline parameter for Out-File. Fixes obsproject/obs-plugintemplate#49.
- Loading branch information