mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
8 lines
283 B
CMake
8 lines
283 B
CMake
# 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)
|