dolphin/CMake/FindPowerShell.cmake
2022-09-20 15:57:50 -07:00

5 lines
159 B
CMake

find_program(POWERSHELL_EXE NAMES powershell)
INCLUDE(FindPackageHandleStandardArgs)
find_package_handle_standard_args(PowerShell DEFAULT_MSG POWERSHELL_EXE)