mirror of
https://github.com/reactos/CMake.git
synced 2025-02-15 09:07:37 +00:00
![Erik Lindahl](/assets/img/avatar_default.png)
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)")
|