mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-27 17:39:34 -06:00
WinUpdater: Check OS and VC++ Redist versions.
This commit is contained in:
4
CMake/FindPowerShell.cmake
Normal file
4
CMake/FindPowerShell.cmake
Normal file
@ -0,0 +1,4 @@
|
||||
find_program(POWERSHELL_EXE NAMES powershell)
|
||||
|
||||
INCLUDE(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(PowerShell DEFAULT_MSG POWERSHELL_EXE)
|
Reference in New Issue
Block a user