Merge topic 'fujitsu-compiler-id'

0578c283 Add Fujitsu compiler detection
This commit is contained in:
Brad King 2014-08-12 09:48:32 -04:00 committed by CMake Topic Stage
commit e01cb16cdb
2 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,7 @@ function(compiler_id_detection outvar lang)
PGI
Cray
TI
Fujitsu
)
if (lang STREQUAL C)
list(APPEND ordered_compilers

View File

@ -0,0 +1,2 @@
set(_compiler_id_pp_test "defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)")