]> www.ginac.de Git - cln.git/blob - include/cln/host_cpu.h.cmake
Ensure that makeinfo ≥ 6.8 checks the @menu structure.
[cln.git] / include / cln / host_cpu.h.cmake
1 #ifndef CLN_HOST_CPU_CONFIG_H
2 #define CLN_HOST_CPU_CONFIG_H
3
4 /* CPU */
5 #ifndef __${CMAKE_SYSTEM_PROCESSOR}__
6 #define __${CMAKE_SYSTEM_PROCESSOR}__ 1
7 #endif
8
9 #endif /* CLN_HOST_CPU_CONFIG_H */
10