Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0bb13ba0e64c1a700d6448614a6ccce2e4eca94f
/
.
/
Modules
/
CMakeUnixFindMake.cmake
blob: 58dedee1007f20e0990cdf23c048b429d6c6e306 [
file
]
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
find_program
(
CMAKE_MAKE_PROGRAM NAMES gmake make smake
)
mark_as_advanced
(
CMAKE_MAKE_PROGRAM
)