Updated cool quotes
[gromacs.git] / cmake / TestARMv7.cpp
blob2b6a3ae675124d2e46fbe68d186c6e53b66291db
1 int main()
3 #ifdef __ARM_ARCH_7A__
4 return 0;
5 #else
6 #error This compiler is not targetting 32-bit ARMv7
7 #endif