Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5b51e43e9d9802d40fab98939da5e3514d96015b
/
.
/
Modules
/
CMakeUnixFindMake.cmake
blob: 854e9938c972ffb19600bdaea3864f23f1406fc7 [
file
] [
log
] [
blame
]
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file LICENSE.rst or https://cmake.org/licensing for details.
find_program
(
CMAKE_MAKE_PROGRAM NAMES gmake make smake
)
mark_as_advanced
(
CMAKE_MAKE_PROGRAM
)