Is there a variable that will tell me when the compiler supports
MSVC-compatible command-line flags?  I'd like to have something cleaner
than checking for 

  WINDOWS AND ( MSVC OR INTEL )

If not, I can of course roll my own, but this seems like something that
should be in CMake's "standard library."

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com


--

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