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
1d3921b4ca
CMake
/
Modules
/
CMakeUnixFindMake.cmake
3 lines
88 B
CMake
Raw
Normal View
History
Unescape
Escape
BUG: fix get make command problems.
2002-12-04 18:57:22 +03:00
FIND_PROGRAM
(
CMAKE_MAKE_PROGRAM
NAMES
gmake
make
)
determine CMAKE_MAKE_PROGRAM in EnableLanguage
2002-12-04 00:19:16 +03:00
MARK_AS_ADVANCED
(
CMAKE_MAKE_PROGRAM
)