Is there any flag or setting I can turn on in CMake to have it print a
warning when in the course of a CMake configure a macro definition is being
re-defined?  Occasionally a sub-configure that I've tried to set up as
being independent will have an older copy of a macro that is missing
features and the symptoms can look like mysterious failures in the new
version I'm working on - an optional warning that a macro definition is
getting stomped on would be very helpful, if there is any way to do this in
CMake.

Thanks,
CY
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to