Wireshark mailing list archives
Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt
From: Guy Harris <guy () alum mit edu>
Date: Tue, 23 Jul 2013 12:09:13 -0700
On Jul 21, 2013, at 10:49 AM, Michael Tuexen <Michael.Tuexen () lurchi franken de> wrote:
It reports: C-Compiler: /usr/bin/cc That explains why it doesn't detect it as clang...
Yes, you definitely must not assume that a compiler that doesn't have "clang" in its path isn't Clang. What criteria does CMake use to set CMAKE_C_COMPILER_ID? Hopefully it's capable of setting it to "Clang" if the compiler is Clang, even if the path to the compiler happens to have "cc" or even "gcc" as the last component of the path name.
Thanks a lot for the cmake support. I really use it since Apple doesn't install autotools anymore.
I use autotools - macosx-setup.sh installs them if necessary. (Apple probably dropped them because they went to GPL 3 and the last GPL 2 version was getting more and more out of date.) ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt, (continued)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Michael Tuexen (Jul 21)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Joerg Mayer (Jul 22)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Graham Bloice (Jul 22)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Joerg Mayer (Jul 22)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Graham Bloice (Jul 23)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Anders Broman (Jul 23)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Joerg Mayer (Jul 23)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Jakub Zawadzki (Jul 23)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Joerg Mayer (Jul 23)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Michael Tuexen (Jul 22)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Guy Harris (Jul 23)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Michael Tuexen (Jul 23)
- Re: rev 50749: /trunk/ /trunk/: CMakeLists.txt Joerg Mayer (Jul 23)
