Don't use the program name to identify the compiler - it won't work
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Jul 2013 09:36:14 +0000 (09:36 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Jul 2013 09:36:14 +0000 (09:36 +0000)
commite52265fcdb290f24e81618308ed7d23eda2b06b8
tree35524d2324e889c53d2d6d3b6d2a300152b142ac
parentd3fbd8d98a12e5ca7d7ed9559461a178304979fe
Don't use the program name to identify the compiler - it won't work
reliably in cases where the compiler is name /usr/bin/cc

Use the internal variable CMAKE_<LANG>_COMPILER_ID instead, which is
finally documented (but still called internal in the docs), see
http://www.cmake.org/cmake/help/v2.8.10/cmake.html#variable:CMAKE_LANG_COMPILER_ID

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50784 f5534014-38df-0310-8fa8-9805f1628bb7
CMakeLists.txt