mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
4 lines
127 B
CMake
4 lines
127 B
CMake
|
SET (CMAKE_MAKE_PROGRAM "make" CACHE STRING
|
||
|
"Program used to build from makefiles.")
|
||
|
MARK_AS_ADVANCED(CMAKE_MAKE_PROGRAM)
|