Merge pull request #655 from andy-mishechkin/641_CMake_has_been_fixed

[Cmake] has been changed to [CMake]
This commit is contained in:
Alejandro Pauly
2020-04-01 12:46:16 -04:00
committed by GitHub
@@ -5,11 +5,11 @@
if(Get-Command -Name 'cmake') if(Get-Command -Name 'cmake')
{ {
Write-Host "Cmake $(cmake -version) on path" Write-Host "CMake $(cmake -version) on path"
} }
else else
{ {
Write-Host 'cmake not on path' Write-Host 'CMake not on path'
exit 1 exit 1
} }
@@ -20,7 +20,7 @@ if( $( $(cmake -version) | Out-String) -match 'cmake version (?<version>.*).*'
} }
# Adding description of the software to Markdown # Adding description of the software to Markdown
$SoftwareName = "Cmake" $SoftwareName = "CMake"
$Description = @" $Description = @"
_Version:_ $cmakeVersion<br/> _Version:_ $cmakeVersion<br/>