diff --git a/cmake/modules/FindPowerShell.cmake b/cmake/modules/FindPowerShell.cmake index d2befe22d2..307d7e7982 100644 --- a/cmake/modules/FindPowerShell.cmake +++ b/cmake/modules/FindPowerShell.cmake @@ -9,7 +9,9 @@ # find_program(POWERSHELL_EXECUTABLE - NAMES powershell + NAMES + powershell + pwsh DOC "PowerShell command" )