This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Modules
/
CMakeUnixFindMake.cmake
3 lines
93 B
CMake
Raw
Normal View
History
Unescape
Escape
BUG: fix for 4188 look for smake as well as gmake and make
2007-02-20 15:14:04 -05:00
FIND_PROGRAM
(
CMAKE_MAKE_PROGRAM
NAMES
gmake
make
smake
)
determine CMAKE_MAKE_PROGRAM in EnableLanguage
2002-12-03 16:19:16 -05:00
MARK_AS_ADVANCED
(
CMAKE_MAKE_PROGRAM
)
Reference in New Issue
Copy Permalink