James Bigler wrote:
Is it possible to force a custom target to be verbose in makefile mode? I know I can turn it on or off for a given project, but I want to do for only a single target (a custom target, in fact).

If you're using GNU make you can use target-specific variables:
http://www.gnu.org/software/make/manual/make.html#Target_002dspecific

I'm not sure exactly how you can inject your own makefile variable assignments into your makefils from within CMake, but I'm sure others on this list can answer that.

--
/Jesper


_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to