Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
afeca383d6598da3fd01d3a48ec2e8ee6c4b240d
/
.
/
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
)