(0040833)
|
Daniel Richard G.
|
2016-04-08 15:24
|
|
Right, but if MAKE is set then that should be used. Same way that CMAKE_C_COMPILER uses CC if set, or CMAKE_C_FLAGS uses CFLAGS.
The ideal, of course, is to support the "standard" environment variables where those are applicable. If someone doesn't have a priori knowledge about CMake, it could take them a lot of digging to find out about CMAKE_MAKE_PROGRAM. But they are likely to know about MAKE because other build systems use that.
(I run into this kind of frustration whenever I have to deal with the rare SCons-based project, because every time, I have to re-figure-out the completely non-obvious way necessary to specify my own compiler flags since CFLAGS is completely ignored...) |
|