3 lines
93 B
CMake
3 lines
93 B
CMake
|
FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES gmake make smake)
|
||
|
MARK_AS_ADVANCED(CMAKE_MAKE_PROGRAM)
|