BUG: fix for 4188 look for smake as well as gmake and make
This commit is contained in:
parent
a2e8b602f9
commit
90e4d70dcc
|
@ -1,2 +1,2 @@
|
|||
FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES gmake make )
|
||||
FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES gmake make smake)
|
||||
MARK_AS_ADVANCED(CMAKE_MAKE_PROGRAM)
|
||||
|
|
Loading…
Reference in New Issue