Merge topic 'fujitsu-compiler-id'
0578c283 Add Fujitsu compiler detection
This commit is contained in:
commit
e01cb16cdb
@ -74,6 +74,7 @@ function(compiler_id_detection outvar lang)
|
|||||||
PGI
|
PGI
|
||||||
Cray
|
Cray
|
||||||
TI
|
TI
|
||||||
|
Fujitsu
|
||||||
)
|
)
|
||||||
if (lang STREQUAL C)
|
if (lang STREQUAL C)
|
||||||
list(APPEND ordered_compilers
|
list(APPEND ordered_compilers
|
||||||
|
2
Modules/Compiler/Fujitsu-DetermineCompiler.cmake
Normal file
2
Modules/Compiler/Fujitsu-DetermineCompiler.cmake
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
set(_compiler_id_pp_test "defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)")
|
Loading…
x
Reference in New Issue
Block a user