[cmake-developers] Patch: Detect Fujitsu compilers

Brad King brad.king at kitware.com
Mon Aug 11 10:39:20 EDT 2014


On 08/10/2014 05:13 PM, Erik Lindahl wrote:
> The attached patch provides detection for the Fujitsu C/C++ compilers

Applied, thanks:

 Add Fujitsu compiler detection
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0578c283

> I don't think the version information is very important, but if you
> would like to extract it from the command line, the binaries provide
> the output below with the "-V" flag.
> 
> klogin9$ fccpx -V
> fccpx: Fujitsu C/C++ Compiler Driver Version 1.2.0 P-id: L30000-07 (Jul 30 2013 08:58:18) K-1.2.0-15

For reference: one may grep for _COMPILER_ID_VENDOR_ in the
Modules directory of the CMake source tree to see logic that
could be used/adapted to extract the version from this output.

-Brad




More information about the cmake-developers mailing list