mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-20 19:55:10 +08:00

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)")
|