FindUnixCommandsΒΆ

Deprecated since version 3.26: Use ${CMAKE_COMMAND} -E subcommands instead.

Finds Unix commands, including the ones from Cygwin:

find_package(UnixCommands [...])

This module looks for the Unix commands bash, cp, gzip, mv, rm, and tar and stores the result in the variables BASH, CP, GZIP, MV, RM, and TAR.