1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-07-24 01:05:22 +02:00
gbe_fork/cmake/share/cmake-3.27/Modules/CMakeBorlandFindMake.cmake

7 lines
278 B
CMake

# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
set (CMAKE_MAKE_PROGRAM "make" CACHE STRING
"Program used to build from makefiles.")
mark_as_advanced(CMAKE_MAKE_PROGRAM)