mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-21 17:42:31 +02:00
5 lines
159 B
CMake
5 lines
159 B
CMake
find_program(POWERSHELL_EXE NAMES powershell)
|
|
|
|
INCLUDE(FindPackageHandleStandardArgs)
|
|
find_package_handle_standard_args(PowerShell DEFAULT_MSG POWERSHELL_EXE)
|