3 lines
82 B
CMake
3 lines
82 B
CMake
|
FIND_PROGRAM(CMAKE_MAKE_PROGRAM gmake make )
|
||
|
MARK_AS_ADVANCED(CMAKE_MAKE_PROGRAM)
|