This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3dadbdf3fd
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 23:14:04 +03:00
FIND_PROGRAM
(
CMAKE_MAKE_PROGRAM
NAMES
gmake
make
smake
)
determine CMAKE_MAKE_PROGRAM in EnableLanguage
2002-12-04 00:19:16 +03:00
MARK_AS_ADVANCED
(
CMAKE_MAKE_PROGRAM
)