mirror of
https://github.com/reactos/CMake.git
synced 2025-01-22 03:16:03 +00:00
0578c283e8
The Fujitsu C/C++ compilers are the default ones for K computer. Detect both native and cross compilers by looking for the __FUJITSU preprocessor definition.
3 lines
100 B
CMake
3 lines
100 B
CMake
|
|
set(_compiler_id_pp_test "defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)")
|