http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50784
User: jmayer
Date: 2013/07/22 02:36 AM
Log:
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
Directory: /trunk/
Changes Path Action
+1 -2 CMakeLists.txt Modified