summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeFastbuildFindMake.cmake
blob: d37fac6f3b811a046fd7c5df4d3a9f3ad9424cb4 (plain)
1
2
3
4
5
6
7
# 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 fbuild
  DOC "Program used to build from FASTBuild .bff files.")
mark_as_advanced(CMAKE_MAKE_PROGRAM)