source:
flair-src/trunk/cmake-modules/ArchDir.cmake@
466
Last change on this file since 466 was 302, checked in by , 6 years ago | |
---|---|
File size: 267 bytes |
Rev | Line | |
---|---|---|
[302] | 1 | if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "i686") |
2 | message(FATAL_ERROR "i686 is not supported") | |
3 | endif() | |
4 | ||
5 | if(DEFINED CMAKE_SYSTEM_PROCESSOR_DEFAULTTUNE) | |
6 | SET(ARCH_DIR ${CMAKE_SYSTEM_PROCESSOR_DEFAULTTUNE}) | |
7 | else() | |
8 | SET(ARCH_DIR ${CMAKE_SYSTEM_PROCESSOR}) | |
9 | endif() |
Note:
See TracBrowser
for help on using the repository browser.