CMakeUnixFindMake.cmake 88 B

12
  1. FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES gmake make )
  2. MARK_AS_ADVANCED(CMAKE_MAKE_PROGRAM)