BUG: fix for 4188 look for smake as well as gmake and make

This commit is contained in:
Bill Hoffman 2007-02-20 15:14:04 -05:00
parent a2e8b602f9
commit 90e4d70dcc
1 changed files with 1 additions and 1 deletions

View File

@ -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)